mirror of
https://github.com/sheumann/hush.git
synced 2025-08-07 11:26:53 +00:00
test: fix compile error in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user