From: Matthew Waters Date: Sun, 15 Jun 2014 05:17:07 +0000 (+1000) Subject: gldownload: plug a memory leak X-Git-Tag: 1.19.3~511^2~1989^2~1400 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58fbcfdf1f2d669f984de3b53f9fd6ab63e07262;p=platform%2Fupstream%2Fgstreamer.git gldownload: plug a memory leak --- diff --git a/gst-libs/gst/gl/gstgldownload.c b/gst-libs/gst/gl/gstgldownload.c index 69bbab4..47e277a 100644 --- a/gst-libs/gst/gl/gstgldownload.c +++ b/gst-libs/gst/gl/gstgldownload.c @@ -312,6 +312,7 @@ _do_download (GstGLDownload * download, guint texture_id, } gst_buffer_unref (inbuf); + gst_buffer_unref (outbuf); return ret; }