acidleak: show free blocks as free (leak -b)
This commit is contained in:
parent
f4ec9a67e8
commit
18e515511f
1 changed files with 3 additions and 1 deletions
|
@ -305,7 +305,9 @@ main(int argc, char **argv)
|
|||
else
|
||||
nhdr++;
|
||||
}
|
||||
if(b->mark == 0 && !b->free)
|
||||
if(b->free)
|
||||
continue;
|
||||
if(b->mark == 0)
|
||||
nleak++;
|
||||
nb++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue