From: Edward Hervey Date: Fri, 12 Dec 2008 10:51:42 +0000 (+0000) Subject: gst.supp: Added another suppression for dynamic pad templates, in this case X-Git-Tag: GIT_CONVERSION~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f811de62e9cea6e3d4174a0b172733b2c7952c1d;p=platform%2Fupstream%2Fgst-common.git 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. --- diff --git a/ChangeLog b/ChangeLog index a8cb926..d4d1a6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,14 @@ 2008-12-12 Edward Hervey * 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 + + * gst.supp: A whole bunch of suppressions detected on latest gentoo ~amd64. Make some existing suppressions more generic (for subtle dependecy code changes). diff --git a/gst.supp b/gst.supp index a985008..c184c88 100644 --- a/gst.supp +++ b/gst.supp @@ -2576,6 +2576,17 @@ fun:plugin_init } +{ + + 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) { @@ -2609,6 +2620,14 @@ fun:pango_font_map_create_context } +{ + + 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. @@ -2623,3 +2642,4 @@ fun:gst_ffmpegenc_register fun:plugin_init } +