spc: fix missing dispose chaining to parent class
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 16 Jan 2012 16:59:57 +0000 (16:59 +0000)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Mon, 16 Jan 2012 17:10:30 +0000 (17:10 +0000)
Not even compiled, I do not have the dependencies needed.

ext/spc/gstspc.c

index 70d2340..fb85ca3 100644 (file)
@@ -167,6 +167,8 @@ gst_spc_dec_dispose (GObject * object)
   }
 
   spc_tag_free (&spc->tag_info);
+
+  GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object));
 }
 
 static GstFlowReturn