From 60a0741e16d3f88eef0deae116a50bb58427643b Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Fri, 13 Jan 2012 13:30:57 +0000 Subject: [PATCH] cogmse: fix finalize not calling base class (and leaking) --- ext/cog/gstcogmse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/cog/gstcogmse.c b/ext/cog/gstcogmse.c index 446d9947dd..f85c873c8b 100644 --- a/ext/cog/gstcogmse.c +++ b/ext/cog/gstcogmse.c @@ -209,6 +209,8 @@ gst_mse_finalize (GObject * object) g_mutex_free (fs->lock); g_cond_free (fs->cond); gst_buffer_replace (&fs->buffer_ref, NULL); + + GST_CALL_PARENT (G_OBJECT_CLASS, finalize, (object)); } static GstCaps *