diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index afdb141..bf8dc47 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -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) |