gst.supp: Added another suppression for dynamic pad templates, in this case
authorEdward Hervey <bilboed@bilboed.com>
Fri, 12 Dec 2008 10:51:42 +0000 (10:51 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 12 Dec 2008 10:51:42 +0000 (10:51 +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.

ChangeLog
gst.supp

index a8cb926..d4d1a6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
 
        * 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.
+
+2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * gst.supp:
        A whole bunch of suppressions detected on latest gentoo ~amd64.
        Make some existing suppressions more generic (for subtle dependecy
        code changes).
index a985008..c184c88 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:plugin_init
 }
 
+{
+   <Leak in GstAudioFilter subclasses>
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_slice_alloc
+   fun:gst_caps_new_empty
+   fun:gst_caps_copy
+   fun:gst_audio_filter_class_add_pad_templates
+}
+
 ## Leaks in pango (bilboed: gentoo unstable amd64)
 
 {
    fun:pango_font_map_create_context
 }
 
+{
+   <PangoLanguage can never be freed>
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:pango_language_from_string
+}
+
 ## Leak of property_list in gstffmpegcfg.c
 ## This list is created in gst_ffmpegcsp_init(), called from 
 ## gst_ffmpegenc_register.
    fun:gst_ffmpegenc_register
    fun:plugin_init
 }
+