diff options
Diffstat (limited to 'ext/spc/gstspc.c')
-rw-r--r-- | ext/spc/gstspc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c index 2c74a9c56..916718235 100644 --- a/ext/spc/gstspc.c +++ b/ext/spc/gstspc.c @@ -169,6 +169,8 @@ gst_spc_dec_dispose (GObject * object) } spc_tag_free (&spc->tag_info); + + GST_CALL_PARENT (G_OBJECT_CLASS, dispose, (object)); } static GstFlowReturn |