diff options
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 7b8b10cd9..afdb1413f 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
| @@ -394,6 +394,7 @@ extern struct test_statics *const test_ptr_to_statics; | |||
| 394 | barrier(); \ | 394 | barrier(); \ |
| 395 | } while (0) | 395 | } while (0) |
| 396 | #define DEINIT_S() do { \ | 396 | #define DEINIT_S() do { \ |
| 397 | free(S.group_array); \ | ||
| 397 | free(test_ptr_to_statics); \ | 398 | free(test_ptr_to_statics); \ |
| 398 | } while (0) | 399 | } while (0) |
| 399 | 400 | ||
