From: Mallove, E. A <eth...@in...> - 2021-06-29 16:21:16
|
Hello, I've intentionally created a memory leak in my application by adding a malloc() without a corresponding free(), but it seems to be suppressed by this block of my .supp file: { libc-2 Memcheck:Leak ... obj:*/libc-2.17.so } When I remove the above from my suppression file, I see the <error> leak in the output XML. But when the libc suppression is active, why isn't there a "used_suppression" line in the -v output? Thank you, Ethan |