mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
mpegtsmux: Chain up pad dispose function to the one of the parent class
Otherwise we will leak various memory.
This commit is contained in:
parent
b41ed0fbb0
commit
5394269c91
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ gst_base_ts_mux_pad_dispose (GObject * obj)
|
|||
GstBaseTsMuxPad *ts_pad = GST_BASE_TS_MUX_PAD (obj);
|
||||
|
||||
gst_base_ts_mux_pad_reset (ts_pad);
|
||||
|
||||
G_OBJECT_CLASS (gst_base_ts_mux_pad_parent_class)->dispose (obj);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue