From 206d900573f5ee9c95dd01e501ae9be170723d63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Sat, 16 May 2020 11:14:58 +0200 Subject: [PATCH] codecs: h264decoder: chain finalize vmethod Part-of: --- gst-libs/gst/codecs/gsth264decoder.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst-libs/gst/codecs/gsth264decoder.c b/gst-libs/gst/codecs/gsth264decoder.c index f32c95d..f5c1609 100644 --- a/gst-libs/gst/codecs/gsth264decoder.c +++ b/gst-libs/gst/codecs/gsth264decoder.c @@ -250,6 +250,8 @@ gst_h264_decoder_finalize (GObject * object) g_array_unref (priv->ref_pic_list0); g_array_unref (priv->ref_pic_list1); g_array_unref (priv->to_output); + + G_OBJECT_CLASS (parent_class)->finalize (object); } static gboolean -- 2.7.4