sys/ximage/gstximagesrc.c: Chain up in dispose
authorJan Schmidt <thaytan@mad.scientist.com>
Sun, 4 Mar 2007 15:28:30 +0000 (15:28 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Sun, 4 Mar 2007 15:28:30 +0000 (15:28 +0000)
Original commit message from CVS:
* sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
Chain up in dispose

ChangeLog
sys/ximage/gstximagesrc.c

index eada776..83ddc15 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
 
+       * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
+       Chain up in dispose
+
+2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
+
        * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
        (gst_multipart_find_pad_by_mime):
        Use gst_pad_new_from_static_template instead of
index 024f7c6..bff4988 100644 (file)
@@ -838,6 +838,8 @@ gst_ximage_src_dispose (GObject * object)
 {
   /* Drop references in the buffer_pool */
   gst_ximage_src_clear_bufpool (GST_XIMAGE_SRC (object));
+
+  G_OBJECT_CLASS (parent_class)->dispose (object);
 }
 
 static void