mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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;
|
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