Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danigargu committed Oct 4, 2018
1 parent d9cae0b commit 08feb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heap_viewer/ptmalloc.py
Expand Up @@ -387,7 +387,7 @@ def generic_chain(self, address, offset, stop, add_stop=True, limit=100):
b_error = False

if not isLoaded(address):
return result
return (result, True)

next_addr = self.get_ptr(address + offset)
while next_addr != stop and count < limit:
Expand Down

0 comments on commit 08feb81

Please sign in to comment.