summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-12-12 13:44:36 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-12-12 13:44:36 +0000
commita37d7f85b7a3ebc905f765a4a9cadba5a474d038 (patch)
tree012bea5a3b12ea54a95f7144b8a0872e7d81fbbf /gst.supp
parentf811de62e9cea6e3d4174a0b172733b2c7952c1d (diff)
gst.supp: Added another suppression for dynamic pad templates, in this case
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.
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp19
1 files changed, 19 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index c184c88..3297f15 100644
--- a/gst.supp
+++ b/gst.supp
@@ -2643,3 +2643,22 @@
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