appsrc: don't clear/free GCond twice

This commit is contained in:
Tim-Philipp Müller 2012-09-10 01:16:41 +01:00
parent c4bd7c2391
commit 879e6ab35c

View file

@ -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);