encoding-profile: Chain up to parent class finalize
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7115>
This commit is contained in:
parent
c0a02affa4
commit
651568d543
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user