mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
appsrc: don't clear/free GCond twice
This commit is contained in:
parent
c4bd7c2391
commit
879e6ab35c
1 changed files with 0 additions and 1 deletions
|
@ -543,7 +543,6 @@ gst_app_src_finalize (GObject * obj)
|
|||
|
||||
g_mutex_clear (&priv->mutex);
|
||||
g_cond_clear (&priv->cond);
|
||||
g_cond_clear (&priv->cond);
|
||||
g_queue_free (priv->queue);
|
||||
|
||||
g_free (priv->uri);
|
||||
|
|
Loading…
Reference in a new issue