mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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);
|
g_free (prof->description);
|
||||||
if (prof->restriction)
|
if (prof->restriction)
|
||||||
gst_caps_unref (prof->restriction);
|
gst_caps_unref (prof->restriction);
|
||||||
|
if (prof->preset_name)
|
||||||
|
g_free (prof->preset_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue