From 43586fff14aa2914f38393d8e4d09a661f4617da Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 15 Mar 2006 15:08:20 +0000 Subject: gst/qtdemux/qtdemux.c: Let's not forget to chain up to the parent dispose. Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose): Let's not forget to chain up to the parent dispose. --- gst/qtdemux/qtdemux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/qtdemux') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index c517b164..90b34a3f 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -349,6 +349,8 @@ gst_qtdemux_dispose (GObject * object) g_object_unref (G_OBJECT (qtdemux->adapter)); qtdemux->adapter = NULL; } + + G_OBJECT_CLASS (parent_class)->dispose (object); } #if 0 -- cgit v1.2.1