valgrind: suppressions update

This suppression didn't work on F17 for some reason, even though the
stacktrace was the same.  Valgrind wanted some kind of:

obj:<path to libglib>

between the calloc and the g_malloc0 lines; but we don't actually
care much about the calloc anyway.
This commit is contained in:
Dan Williams 2013-05-06 11:51:51 -05:00
parent 6fee19b17b
commit cefdb51fbe

View file

@ -36,7 +36,7 @@
{
g_signal_type_cclosure_new
Memcheck:Leak
fun:calloc
...
fun:g_malloc0
fun:g_closure_new_simple
fun:g_signal_type_cclosure_new