encoding-profile: Free preset name in finalize
This commit is contained in:
parent
02e613b6e3
commit
dce51830f4
@ -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…
x
Reference in New Issue
Block a user