________________________________________

A traceback which contains "free (i_rtc_hook.c:57)" gives a hint that
valgrind did not intercept the call to free() like it should have.
Instead the filename should be something like "vg_replace_free.c",
or even perhaps "vg_replace_malloc.c".
_______________________________________________

FYI, there is no "vg_replace_free.c" in Valgrind's source, just 
"vg_replace_malloc.c", which seems to contain the replacements for malloc(), 
free(), etc.

------------------------------------------------------------------------------
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to