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:
parent
02b3aa5c14
commit
43586fff14
@ -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>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_class_init),
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user