valgrind: suppressions update
authorDan Williams <dcbw@redhat.com>
Mon, 6 May 2013 16:51:51 +0000 (11:51 -0500)
committerDan Williams <dcbw@redhat.com>
Mon, 6 May 2013 16:51:51 +0000 (11:51 -0500)
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.

valgrind.suppressions

index 39ea939..7e70b44 100644 (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