diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-02 11:26:27 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-02 11:26:27 +0200 |
commit | b4598ea7b776a341673129a171cad4aa29ed80d0 (patch) | |
tree | 0eb918402263ca55e49e11f60465134090fa11f6 /gst.supp | |
parent | 1e38bff2c4b5dac1272033b99c3a0dd14e1be7f2 (diff) |
suppressions: Add suppression for 'safety' strdup in gst-ffmpeg
Diffstat (limited to 'gst.supp')
-rw-r--r-- | gst.supp | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2892,3 +2892,14 @@ fun:plugin_init } +## We don't know if ffmpeg frees this or not and better pass a copy for safety +{ + <insert a suppression name here> + Memcheck:Leak + fun:malloc + fun:g_malloc + fun:g_strdup + fun:gst_ffmpeg_cfg_fill_context + fun:gst_ffmpegenc_setcaps + fun:gst_pad_set_caps +} |