gst/gstindex.c: Chain up finalize to the parent class. Fixes leaking the GstObject...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 11 Feb 2008 08:53:04 +0000 (08:53 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 11 Feb 2008 08:53:04 +0000 (08:53 +0000)
Original commit message from CVS:
* gst/gstindex.c: (gst_index_finalize):
Chain up finalize to the parent class. Fixes leaking the GstObject
name and other things.

ChangeLog
gst/gstindex.c

index f94ba7e..776c0fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/gstindex.c: (gst_index_finalize):
+       Chain up finalize to the parent class. Fixes leaking the GstObject
+       name and other things.
+
 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
 
        * configure.ac:
index d5f1c57..6f3a447 100644 (file)
@@ -226,6 +226,8 @@ gst_index_finalize (GObject * object)
     g_hash_table_destroy (index->writers);
     index->writers = NULL;
   }
+
+  G_OBJECT_CLASS (parent_class)->finalize (object);
 }
 
 static void