Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memleak: fix handling of excluded pointers.
We often hand an exclude pointer (usually the current command) to memleak. But when we encountered this we would stop iterating, rather than just ignore it: this means we would often ignore significant siblings. In particular, fixing this (which has always been there) reveals many previously-undetected leaks. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information