gst.supp: Added another suppression for dynamic pad templates, in this case
authorEdward Hervey <bilboed@bilboed.com>
Fri, 12 Dec 2008 13:44:36 +0000 (13:44 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 12 Dec 2008 13:44:36 +0000 (13:44 +0000)
Original commit message from CVS:
* gst.supp:
Added another suppression for dynamic pad templates, in this case
GstAudioFilter.
Added suppression for PangoLanguage which can never be freed
according to the Pango API.

gst.supp

index c184c88..3297f15 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:plugin_init
 }
 
+## Leak of GIO module through gnomevfs
+
+{
+   <gio leak>
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:*
+   fun:*
+   fun:g_type_create_instance
+   fun:*
+   fun:*
+   fun:*
+   fun:*
+   fun:g_io_modules_new
+   fun:g_io_modules_load_all_in_directory
+   fun:*
+   fun:get_default_vfs
+}
\ No newline at end of file