summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e163c8)
raw | patch | inline | side by side (parent: 8e163c8)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 8 Aug 2009 09:34:46 +0000 (09:34 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 8 Aug 2009 09:34:46 +0000 (09:34 +0000) |
program/src/rrd_daemon.c | patch | blob | history |
index 0e95e903a97063aef0a64358c112d60c75b250db..f0ad729ccfd71bbddfd4eecde4b137286a3af437 100644 (file)
--- a/program/src/rrd_daemon.c
+++ b/program/src/rrd_daemon.c
}
journal_done();
- remove_pidfile ();
free(queue_threads);
free(config_base_dir);
RRDD_LOG(LOG_INFO, "goodbye");
closelog ();
+ remove_pidfile ();
+
return (0);
} /* }}} int cleanup */