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
This commit is contained in:
parent
b155e094ed
commit
83c9396850
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user