From: Vincent Penquerc'h Date: Tue, 10 Jan 2012 19:01:11 +0000 (+0000) Subject: Revert "oggmux: fix pad leak" X-Git-Tag: 1.19.3~511^2~6555^2~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83c9396850bd1389553041b3d53d7ad3e539ad8b;p=platform%2Fupstream%2Fgstreamer.git Revert "oggmux: fix pad leak" This reverts commit 5df30c1b905edce16f2258e414a0a4afb540d0f1. I must have dreamt the Valgrind logs, reverting this reintroduces no leak, and gets rid of the test failures it introduced :S --- diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 8621347..7aeecc0 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -287,8 +287,6 @@ gst_ogg_mux_finalize (GObject * object) ogg_mux->collect = NULL; } - gst_object_unref (ogg_mux->srcpad); - G_OBJECT_CLASS (parent_class)->finalize (object); }