ext/ogg/gstoggdemux.c: Go away you stupid GstStaticPadTemplate memleak.

Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
Go away you stupid GstStaticPadTemplate memleak.
This commit is contained in:
Edward Hervey 2005-11-30 13:31:15 +00:00
parent 051d0117cc
commit 49b766ae3b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-11-30 Edward Hervey <edward@fluendo.com>
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
Go away you stupid GstStaticPadTemplate memleak.
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/net/Makefile.am:

View file

@ -651,6 +651,7 @@ gst_ogg_pad_typefind (GstOggPad * pad, ogg_packet * packet)
gst_pad_set_chain_function (pad->elem_out, gst_ogg_pad_internal_chain);
gst_pad_set_element_private (pad->elem_out, pad);
gst_pad_set_active (pad->elem_out, TRUE);
gst_object_unref (template);
/* and this pad may not be named src.. */
{