From 9222358367f769105de122803bddfe49f6c680e4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 24 Dec 2007 21:26:40 +0000 Subject: sys/glsink/: Clean up code. Fix a few leaks. Original commit message from CVS: * sys/glsink/gstglbuffer.c: * sys/glsink/gstgldownload.c: * sys/glsink/gstglfilter.c: Clean up code. Fix a few leaks. --- sys/glsink/gstgldownload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/glsink/gstgldownload.c') diff --git a/sys/glsink/gstgldownload.c b/sys/glsink/gstgldownload.c index eb7ac744..23b45132 100644 --- a/sys/glsink/gstgldownload.c +++ b/sys/glsink/gstgldownload.c @@ -250,6 +250,7 @@ gst_gl_download_chain (GstPad * pad, GstBuffer * buf) gst_pad_push (download->srcpad, GST_BUFFER (outbuf)); + gst_buffer_unref (buf); gst_object_unref (download); return GST_FLOW_OK; } -- cgit v1.2.1