test: fix compile error in last commit
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 00:35:13 +0000 (02:35 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 2 Oct 2016 00:35:13 +0000 (02:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/test.c

index afdb1413f50c77df4a9d160e7a12227444212281..bf8dc47e85e6362570f339644493eecfdec200d6 100644 (file)
@@ -394,7 +394,7 @@ extern struct test_statics *const test_ptr_to_statics;
        barrier(); \
 } while (0)
 #define DEINIT_S() do { \
-       free(S.group_array); \
+       free(group_array); \
        free(test_ptr_to_statics); \
 } while (0)