reftest: Plug memleak

This commit is contained in:
Benjamin Otte 2020-03-06 05:52:44 +01:00
parent a106b54355
commit b1a257c0c3

View File

@ -172,7 +172,7 @@ get_test_file (const char *test_file,
get_components_of_test_file (test_file, &dir, &base);
file = g_string_new (dir);
g_string_append (file, dir);
g_string_append (file, G_DIR_SEPARATOR_S);
g_string_append (file, base);
g_string_append (file, extension);