summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mpg123/gstmpg123audiodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mpg123/gstmpg123audiodec.c b/ext/mpg123/gstmpg123audiodec.c
index 16bcfce06..3107d551c 100644
--- a/ext/mpg123/gstmpg123audiodec.c
+++ b/ext/mpg123/gstmpg123audiodec.c
@@ -212,6 +212,7 @@ gst_mpg123_audio_dec_finalize (GObject * object)
mpg123_delete (mpg123_decoder->handle);
mpg123_decoder->handle = NULL;
}
+ G_OBJECT_CLASS (gst_mpg123_audio_dec_parent_class)->finalize (object);
}