diff --git a/gst-libs/gst/gl/gstgldownload.c b/gst-libs/gst/gl/gstgldownload.c index 69bbab41b1..47e277a614 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; }