gldownload: plug a memory leak

This commit is contained in:
Matthew Waters 2014-06-15 15:17:07 +10:00 committed by Tim-Philipp Müller
parent b1e3630974
commit 58fbcfdf1f

View file

@ -312,6 +312,7 @@ _do_download (GstGLDownload * download, guint texture_id,
}
gst_buffer_unref (inbuf);
gst_buffer_unref (outbuf);
return ret;
}