From e7c3916e059d9beb8441dcb34cf1647f4d5f3394 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 20 Dec 2011 23:05:26 +0200 Subject: [PATCH] test/compile: avoid unused warning --- test/compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/compile.c b/test/compile.c index b3a0e55..c715981 100644 --- 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()) -- 2.39.5