oggmux: fix pad leak
This commit is contained in:
parent
e8fd305623
commit
5df30c1b90
@ -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…
x
Reference in New Issue
Block a user