From e944195b64d766fb17b586a3dd0303c4a1a7978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Par=C3=ADs=20D=C3=ADaz?= Date: Fri, 3 Jan 2014 09:59:34 +0100 Subject: [PATCH] srtpdec: Fix GstCaps memory leak https://bugzilla.gnome.org/show_bug.cgi?id=721382 --- ext/srtp/gstsrtpdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c index da320c9c0c..29ee9acd57 100644 --- a/ext/srtp/gstsrtpdec.c +++ b/ext/srtp/gstsrtpdec.c @@ -797,6 +797,7 @@ gst_srtp_dec_sink_query (GstPad * pad, GstObject * parent, GstQuery * query, } gst_query_set_caps_result (query, ret); + gst_caps_unref (ret); return TRUE; return_template: