Revert "oggmux: fix pad leak"

This reverts commit 5df30c1b90.

I must have dreamt the Valgrind logs, reverting this reintroduces
no leak, and gets rid of the test failures it introduced :S
This commit is contained in:
Vincent Penquerc'h 2012-01-10 19:01:11 +00:00
parent b155e094ed
commit 83c9396850

View file

@ -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);
}