gst.supp: Add suppression for GSlice version of g_type_init calloc leak
authorEdward Hervey <bilboed@bilboed.com>
Tue, 9 May 2006 10:24:53 +0000 (10:24 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 9 May 2006 10:24:53 +0000 (10:24 +0000)
Original commit message from CVS:
* gst.supp:
Add suppression for GSlice version of
g_type_init calloc leak

ChangeLog
gst.supp

index 4a899cb..0eebdef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-09  Edward Hervey  <edward@fluendo.com>
+
+       * gst.supp: 
+         Add suppression for GSlice version of
+         g_type_init calloc leak
+
 2006-04-05  Michael Smith  <msmith@fluendo.com>
 
        * gst.supp:
index d8ae377..289cb75 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:g_type_init_with_debug_flags
 }
 
+{
+   <g_type_init calloc 3, GSlice version>
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_slice_alloc
+   obj:*
+   obj:*
+   fun:g_type_init_with_debug_flags
+}
+
 #pthread memleaks
 
 {