mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 20:44:16 +00:00
tests:glsl: version_profile_s string leak
https://bugzilla.gnome.org/show_bug.cgi?id=758039
This commit is contained in:
parent
4c9ac5e474
commit
e940d8875d
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