mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
oggmux: fix pad leak
This commit is contained in:
parent
e8fd305623
commit
5df30c1b90
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ gst_ogg_mux_finalize (GObject * object)
|
|||
ogg_mux->collect = NULL;
|
||||
}
|
||||
|
||||
gst_object_unref (ogg_mux->srcpad);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue