Don't assign result of fetch_lazy (#1501)

pull/1502/head
Gulshan Singh 3 years ago committed by GitHub
parent df092476b8
commit c6142ef83b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1146,7 +1146,7 @@ class DebugSymsHeap(GlibcMemoryAllocator):
try:
self._thread_cache = pwndbg.gdblib.memory.poi(self.tcache_perthread_struct, tcache)
_ = self._thread_cache["entries"].fetch_lazy()
self._thread_cache["entries"].fetch_lazy()
except Exception as e:
print(
message.error(

Loading…
Cancel
Save