tests:glsl: version_profile_s string leak

https://bugzilla.gnome.org/show_bug.cgi?id=758039
This commit is contained in:
Vineeth TM 2015-11-13 10:44:26 +09:00 committed by Tim-Philipp Müller
parent d5c1ff4bf2
commit 0adc7e1bc4

View file

@ -208,6 +208,7 @@ GST_START_TEST (test_serialization)
&& version == glsl_version_profiles[i].version, "%s != %s %s",
glsl_version_profiles[i].name, gst_glsl_version_to_string (version),
gst_glsl_profile_to_string (profile));
g_free (version_profile_s);
}
/* failures */