From: Sebastian Dröge Date: Sun, 8 Mar 2009 10:59:54 +0000 (+0100) Subject: suppressions: Add some more variants for the GstRiff leaks X-Git-Tag: upstream/20130618~226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=703216354ea3d21fb87b43a160497c0ccd7bc30a;p=platform%2Fupstream%2Fgst-common.git suppressions: Add some more variants for the GstRiff leaks --- diff --git a/gst.supp b/gst.supp index 9e8bfba..03b3206 100644 --- a/gst.supp +++ b/gst.supp @@ -2698,6 +2698,33 @@ fun:gst_caps_new_empty fun:gst_riff_create_*_template_caps } +{ + + Memcheck:Leak + fun:malloc + fun:realloc + fun:g_realloc + fun:* + fun:* + fun:* + fun:gst_structure_copy + fun:gst_caps_copy + fun:gst_caps_append + fun:gst_riff_create_*_template_caps +} +{ + + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_slice_alloc + fun:g_array_sized_new + fun:* + fun:gst_structure_copy + fun:gst_caps_copy + fun:gst_caps_append + fun:gst_riff_create_*_template_caps +} ## Leaks in pango (bilboed: gentoo unstable amd64)