aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5530bf7..22a4320 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,6 +25,7 @@ int main(int argc, char **argv) {
syslog(LOG_DEBUG, "args: %s\n", str);
+ closelog();
free(str);
return 0;