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.
This commit is contained in:
Edward Hervey 2006-03-15 15:08:20 +00:00
parent 02b3aa5c14
commit 43586fff14
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-03-15 Edward Hervey <edward@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_dispose):
Let's not forget to chain up to the parent dispose.
2006-03-15 Edward Hervey <edward@fluendo.com> 2006-03-15 Edward Hervey <edward@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init), * gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),

View file

@ -349,6 +349,8 @@ gst_qtdemux_dispose (GObject * object)
g_object_unref (G_OBJECT (qtdemux->adapter)); g_object_unref (G_OBJECT (qtdemux->adapter));
qtdemux->adapter = NULL; qtdemux->adapter = NULL;
} }
G_OBJECT_CLASS (parent_class)->dispose (object);
} }
#if 0 #if 0