mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests:glsl: version_profile_s string leak
https://bugzilla.gnome.org/show_bug.cgi?id=758039
This commit is contained in:
parent
d5c1ff4bf2
commit
0adc7e1bc4
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ GST_START_TEST (test_serialization)
|
||||||
&& version == glsl_version_profiles[i].version, "%s != %s %s",
|
&& version == glsl_version_profiles[i].version, "%s != %s %s",
|
||||||
glsl_version_profiles[i].name, gst_glsl_version_to_string (version),
|
glsl_version_profiles[i].name, gst_glsl_version_to_string (version),
|
||||||
gst_glsl_profile_to_string (profile));
|
gst_glsl_profile_to_string (profile));
|
||||||
|
g_free (version_profile_s);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* failures */
|
/* failures */
|
||||||
|
|
Loading…
Reference in a new issue