projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39719f5
)
test/compile: avoid unused warning
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 21:05:26 +0000
(23:05 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 21:28:34 +0000
(23:28 +0200)
test/compile.c
patch
|
blob
|
blame
|
history
diff --git
a/test/compile.c
b/test/compile.c
index b3a0e55ecfb4ed85252b3d6e2cb9afbc2dc47db8..c715981ab28df404ab0f87d64c2072c6150f84da 100644
(file)
--- a/
test/compile.c
+++ b/
test/compile.c
@@
-41,6
+41,7
@@
int main(void)
aatree_init(&aatree, NULL, NULL);
cbtree = cbtree_create(NULL, NULL, NULL, USUAL_ALLOC);
+ cbtree_destroy(cbtree);
daemonize(NULL, NULL);
hash_lookup3("foo", 3);
if (!event_init())