summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVineeth TM <vineeth.tm@samsung.com>2015-11-13 10:44:26 +0900
committerMatthew Waters <matthew@centricular.com>2015-11-13 17:00:46 +1100
commite940d8875d01210ecc6ac280d5a91a6856bcb8f2 (patch)
tree628a6919eba94ce69b37f8d720e8935c21fa44ae /tests
parent4c9ac5e474e22a48e476f4b9983e21260798883f (diff)
downloadgstreamer-plugins-bad-e940d8875d01210ecc6ac280d5a91a6856bcb8f2.tar.gz
tests:glsl: version_profile_s string leak
https://bugzilla.gnome.org/show_bug.cgi?id=758039
Diffstat (limited to 'tests')
-rw-r--r--tests/check/libs/gstglsl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/libs/gstglsl.c b/tests/check/libs/gstglsl.c
index ce69731d8..d7a7c0c08 100644
--- a/tests/check/libs/gstglsl.c
+++ b/tests/check/libs/gstglsl.c
@@ -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 */