mirror of https://github.com/mirror/busybox.git
test: fix compile error in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
de89205bdf
commit
42eeb255c1
|
@ -394,7 +394,7 @@ extern struct test_statics *const test_ptr_to_statics;
|
||||||
barrier(); \
|
barrier(); \
|
||||||
} while (0)
|
} while (0)
|
||||||
#define DEINIT_S() do { \
|
#define DEINIT_S() do { \
|
||||||
free(S.group_array); \
|
free(group_array); \
|
||||||
free(test_ptr_to_statics); \
|
free(test_ptr_to_statics); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue