From b4598ea7b776a341673129a171cad4aa29ed80d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 2 Apr 2009 11:26:27 +0200 Subject: [PATCH] suppressions: Add suppression for 'safety' strdup in gst-ffmpeg --- gst.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gst.supp b/gst.supp index 00b2e45..f7bf2f4 100644 --- a/gst.supp +++ b/gst.supp @@ -2892,3 +2892,14 @@ fun:plugin_init } +## We don't know if ffmpeg frees this or not and better pass a copy for safety +{ + + 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 +} -- 2.7.4