diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-07 10:40:58 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-07 10:40:58 +0100 |
commit | 8f0c7f32b9df5a2220253d1d5c50d5e7b3754384 (patch) | |
tree | 5b45744c9fa5e9778e1d669dd32cf6b1a92eb03a /gst.supp | |
parent | a06582e700d002b209154ff1e695a3764a8b4009 (diff) |
suppressions: Add some more pango leaks
Diffstat (limited to 'gst.supp')
-rw-r--r-- | gst.supp | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -2699,6 +2699,48 @@ fun:pango_language_from_string } +# some more pango leaks (Debian/unstable x86) +{ + <insert a suppression name here> + Memcheck:Leak + fun:malloc + fun:FcPatternObjectInsertElt + fun:FcPatternObjectAddWithBinding + fun:FcPatternAppend + fun:FcEndElement + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + fun:XML_ParseBuffer + fun:FcConfigParseAndLoad + fun:FcConfigParseAndLoad + fun:FcEndElement + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + obj:/usr/lib/libexpat.so.1.5.2 + fun:XML_ParseBuffer + fun:FcConfigParseAndLoad + fun:FcInitLoadConfig +} +{ + <insert a suppression name here> + Memcheck:Leak + fun:realloc + fun:FcPatternObjectInsertElt + fun:FcPatternObjectAddWithBinding + fun:FcPatternObjectAdd + fun:FcFontRenderPrepare + fun:pango_fc_font_map_load_fontset + fun:pango_font_map_load_fontset + fun:itemize_state_process_run + fun:pango_itemize_with_base_dir + fun:pango_layout_check_lines + fun:pango_layout_get_extents_internal + fun:pango_layout_get_pixel_extents +} + ## Leak of property_list in gstffmpegcfg.c ## This list is created in gst_ffmpegcsp_init(), called from ## gst_ffmpegenc_register. |