From: Edward Hervey Date: Fri, 12 Dec 2008 13:44:36 +0000 (+0000) Subject: gst.supp: Added another suppression for dynamic pad templates, in this case X-Git-Tag: GIT_CONVERSION~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a37d7f85b7a3ebc905f765a4a9cadba5a474d038;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/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 + +{ + + 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