oggmux: fix pad leak

This commit is contained in:
Vincent Penquerc'h 2012-01-10 14:35:31 +00:00
parent e8fd305623
commit 5df30c1b90

View file

@ -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);
}