cogmse: fix pad leaks
This commit is contained in:
parent
76a481c726
commit
409816b5ba
@ -203,6 +203,9 @@ gst_mse_finalize (GObject * object)
|
||||
{
|
||||
GstMSE *fs = GST_MSE (object);
|
||||
|
||||
gst_object_unref (fs->srcpad);
|
||||
gst_object_unref (fs->sinkpad_ref);
|
||||
gst_object_unref (fs->sinkpad_test);
|
||||
g_mutex_free (fs->lock);
|
||||
g_cond_free (fs->cond);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user