Original commit message from CVS:
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
Do not leak incoming buffers.
+2008-07-04 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
+ * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
+ Do not leak incoming buffers.
+
2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
filter->pixbuf_loader = NULL;
}
+ gst_buffer_unref (buf);
gst_object_unref (filter);
return ret;
GST_ELEMENT_ERROR (filter, STREAM, DECODE, (NULL),
("gdk_pixbuf_loader_write error: %s", error->message));
g_error_free (error);
+ gst_buffer_unref (buf);
gst_object_unref (filter);
return GST_FLOW_ERROR;
}