summaryrefslogtreecommitdiff
path: root/cethcan/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cethcan/main.c')
-rw-r--r--cethcan/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cethcan/main.c b/cethcan/main.c
index 99a32c5..a870ca2 100644
--- a/cethcan/main.c
+++ b/cethcan/main.c
@@ -77,6 +77,8 @@ int main(int argc, char **argv)
http_init();
+ json_decref(config);
+
event_base_loop(ev_base, 0);
return 0;
}