From 651568d543f8d39cf6eb0ca8b69d711d4a28e1ef Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 28 Jun 2024 17:09:58 +0200 Subject: [PATCH] encoding-profile: Chain up to parent class finalize Part-of: --- .../gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c index 2800a26572..df872dc4f1 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c +++ b/subprojects/gst-plugins-base/gst-libs/gst/pbutils/encoding-profile.c @@ -471,6 +471,8 @@ gst_encoding_profile_finalize (GObject * object) if (prof->restriction) gst_caps_unref (prof->restriction); g_free (prof->preset_name); + + G_OBJECT_CLASS (gst_encoding_profile_parent_class)->finalize (object); } static void