projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de89205
)
test: fix compile error in last commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 2 Oct 2016 00:35:13 +0000
(
02:35
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 2 Oct 2016 00:35:13 +0000
(
02:35
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/test.c
patch
|
blob
|
history
diff --git
a/coreutils/test.c
b/coreutils/test.c
index afdb1413f50c77df4a9d160e7a12227444212281..bf8dc47e85e6362570f339644493eecfdec200d6 100644
(file)
--- a/
coreutils/test.c
+++ b/
coreutils/test.c
@@
-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)