ext/directfb/dfbvideosink.c: Chain up in finalize.
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 4 Mar 2007 16:38:39 +0000 (16:38 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 4 Mar 2007 16:38:39 +0000 (16:38 +0000)
Original commit message from CVS:
* ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
Chain up in finalize.

ChangeLog
ext/directfb/dfbvideosink.c

index 7fabe77..bd9ed81 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize):
+       Chain up in finalize.
+
 2007-03-03  Michael Smith  <msmith@fluendo.com>
 
        * configure.ac:
index 1b72de8..92bd61b 100644 (file)
@@ -2224,6 +2224,8 @@ gst_dfbvideosink_finalize (GObject * object)
   if (dfbvideosink->setup) {
     gst_dfbvideosink_cleanup (dfbvideosink);
   }
+
+  G_OBJECT_CLASS (parent_class)->finalize (object);
 }
 
 static void