appsrc: don't clear/free GCond twice
authorTim-Philipp Müller <tim@centricular.net>
Mon, 10 Sep 2012 00:16:41 +0000 (01:16 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 10 Sep 2012 00:16:41 +0000 (01:16 +0100)
gst-libs/gst/app/gstappsrc.c

index 4772d99..7a818a4 100644 (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);