encoding-profile: Free preset name in finalize

This commit is contained in:
Sebastian Dröge 2014-04-15 13:48:17 +02:00
parent 02e613b6e3
commit dce51830f4

View file

@ -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