mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +00:00
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:
parent
b155e094ed
commit
83c9396850
1 changed files with 0 additions and 2 deletions
|
@ -287,8 +287,6 @@ gst_ogg_mux_finalize (GObject * object)
|
||||||
ogg_mux->collect = NULL;
|
ogg_mux->collect = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_object_unref (ogg_mux->srcpad);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue