diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-08 11:13:34 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-03-08 11:13:34 +0100 |
commit | ffa738d61030479238df49b9ced88bdd6efb3b78 (patch) | |
tree | 4c79742019254d9a1cd76fac6bb100e2fceea37e /gst.supp | |
parent | 4da7690878fc38aca3a45cb02a7995ce3b23654f (diff) |
suppressions: Add another variant of the gst-ffmpeg property leak
Diffstat (limited to 'gst.supp')
-rw-r--r-- | gst.supp | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2770,6 +2770,18 @@ fun:gst_ffmpegenc_register fun:plugin_init } +{ + <insert a suppression name here> + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_slice_alloc + fun:g_datalist_id_set_data_full + fun:g_param_spec_set_qdata_full + fun:gst_ffmpeg_cfg_init + fun:gst_ffmpegenc_register + fun:plugin_init +} ## Leak of GIO module through gnomevfs |