test: fix compile error in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
de89205bdf
commit
42eeb255c1
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user