mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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",
|
||||
glsl_version_profiles[i].name, gst_glsl_version_to_string (version),
|
||||
gst_glsl_profile_to_string (profile));
|
||||
g_free (version_profile_s);
|
||||
}
|
||||
|
||||
/* failures */
|
||||
|
|
Loading…
Reference in a new issue