diff options
author | Ron Yorston <rmy@pobox.com> | 2016-10-19 17:01:55 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-10-19 17:01:55 +0100 |
commit | 075814c60a316cfd088c88f26f75ab21b5850b98 (patch) | |
tree | f6e33ac693630827deb309faa5fa4931588db57d /coreutils/test.c | |
parent | 977d65c1bbc57f5cdd0c8bfd67c8b5bb1cd390dd (diff) | |
parent | f37e1155aabde6bd95d267a8aec347cedccb8bc3 (diff) | |
download | busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.tar.gz busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.tar.bz2 busybox-w32-075814c60a316cfd088c88f26f75ab21b5850b98.zip |
Merge branch busybox (up to "ash: comment out free(p) just before...")
Diffstat (limited to 'coreutils/test.c')
-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 422d24c54..b8a5d798c 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(group_array); \ | ||
397 | free(test_ptr_to_statics); \ | 398 | free(test_ptr_to_statics); \ |
398 | } while (0) | 399 | } while (0) |
399 | 400 | ||