mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
encoding-profile: Free preset name in finalize
This commit is contained in:
parent
02e613b6e3
commit
dce51830f4
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,8 @@ gst_encoding_profile_finalize (GObject * object)
|
|||
g_free (prof->description);
|
||||
if (prof->restriction)
|
||||
gst_caps_unref (prof->restriction);
|
||||
if (prof->preset_name)
|
||||
g_free (prof->preset_name);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue