From defad644d7e5139f76bd878548303fadf40ff869 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Fri, 16 Jun 2017 16:51:50 +0900 Subject: [PATCH] mpegpsmux: fix mem leak Change-Id: I6825deeac82524c18b666498a168707978e0ef80 --- gst/mpegpsmux/mpegpsmux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/mpegpsmux/mpegpsmux.c b/gst/mpegpsmux/mpegpsmux.c index 2b96fc1..44f4e7e 100644 --- a/gst/mpegpsmux/mpegpsmux.c +++ b/gst/mpegpsmux/mpegpsmux.c @@ -341,6 +341,7 @@ mpegpsmux_create_stream (MpegPsMux * mux, MpegPsPadData * ps_data, GstPad * pad) } beach: + gst_caps_unref (caps); return ret; } -- 2.7.4