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
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to