videomixer: Chain up to the parent class' dispose function
authorSebastian Dröge <sebastian@centricular.com>
Wed, 16 Apr 2014 15:30:59 +0000 (17:30 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Apr 2014 15:30:59 +0000 (17:30 +0200)
gst/videomixer/videomixer2.c

index 5b9166f..0309b7f 100644 (file)
@@ -2169,6 +2169,8 @@ gst_videomixer2_dispose (GObject * o)
   }
 
   gst_caps_replace (&mix->current_caps, NULL);
+
+  G_OBJECT_CLASS (parent_class)->dispose (o);
 }
 
 static void