mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
rsndvdsrc: fix leak
This commit is contained in:
parent
35c96af778
commit
27eb76bf45
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ rsn_dvdsrc_finalize (GObject * object)
|
||||||
g_mutex_free (src->dvd_lock);
|
g_mutex_free (src->dvd_lock);
|
||||||
g_mutex_free (src->branch_lock);
|
g_mutex_free (src->branch_lock);
|
||||||
g_cond_free (src->still_cond);
|
g_cond_free (src->still_cond);
|
||||||
|
g_free (src->device);
|
||||||
|
|
||||||
gst_buffer_replace (&src->alloc_buf, NULL);
|
gst_buffer_replace (&src->alloc_buf, NULL);
|
||||||
gst_buffer_replace (&src->next_buf, NULL);
|
gst_buffer_replace (&src->next_buf, NULL);
|
||||||
|
|
Loading…
Reference in a new issue