From 6c13003331659d53deda02f631a94b31c95f2f31 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sun, 4 Mar 2007 16:38:39 +0000 Subject: ext/directfb/dfbvideosink.c: Chain up in finalize. Original commit message from CVS: * ext/directfb/dfbvideosink.c: (gst_dfbvideosink_finalize): Chain up in finalize. --- ext/directfb/dfbvideosink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 1b72de87..92bd61b3 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -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 -- cgit v1.2.1