rsndvdsrc: fix leak
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 20 Jan 2012 12:25:09 +0000 (12:25 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 23 Jan 2012 11:04:26 +0000 (11:04 +0000)
ext/resindvd/resindvdsrc.c

index 499b44f..75cefe8 100644 (file)
@@ -268,6 +268,7 @@ rsn_dvdsrc_finalize (GObject * object)
   g_mutex_free (src->dvd_lock);
   g_mutex_free (src->branch_lock);
   g_cond_free (src->still_cond);
+  g_free (src->device);
 
   gst_buffer_replace (&src->alloc_buf, NULL);
   gst_buffer_replace (&src->next_buf, NULL);