effectv: Chain up finalize to the parent class in warptv
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 16 Jul 2009 15:10:21 +0000 (17:10 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 16 Jul 2009 15:10:21 +0000 (17:10 +0200)
Fixes a memory leak.

gst/effectv/gstwarp.c

index 80c6b82..dae2604 100644 (file)
@@ -244,6 +244,8 @@ gst_warptv_finalize (GObject * object)
   warptv->offstable = NULL;
   g_free (warptv->disttable);
   warptv->disttable = NULL;
+
+  G_OBJECT_CLASS (parent_class)->finalize (object);
 }
 
 static void