mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
cogmse: fix possible buffer leak
This commit is contained in:
parent
525a995569
commit
2f78acb42a
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ gst_mse_finalize (GObject * object)
|
|||
gst_object_unref (fs->sinkpad_test);
|
||||
g_mutex_free (fs->lock);
|
||||
g_cond_free (fs->cond);
|
||||
gst_buffer_replace (&fs->buffer_ref, NULL);
|
||||
}
|
||||
|
||||
static GstCaps *
|
||||
|
|
Loading…
Reference in a new issue