cogmse: fix finalize not calling base class (and leaking)

This commit is contained in:
Vincent Penquerc'h 2012-01-13 13:30:57 +00:00
parent 15f41b6887
commit 60a0741e16

View file

@ -209,6 +209,8 @@ gst_mse_finalize (GObject * object)
g_mutex_free (fs->lock);
g_cond_free (fs->cond);
gst_buffer_replace (&fs->buffer_ref, NULL);
GST_CALL_PARENT (G_OBJECT_CLASS, finalize, (object));
}
static GstCaps *