summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-09 13:50:30 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-09 13:50:30 +0000
commitfb42690e72c6e6f20e6d58ac15e4c359a5b33551 (patch)
treebcb15302b04672468d0d1868cda7cadbeaab9e9d
parentde00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc (diff)
downloadrsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.tar.gz
rsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.tar.xz
rsyslog-fb42690e72c6e6f20e6d58ac15e4c359a5b33551.zip
added important TODO item
-rw-r--r--syslogd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslogd.c b/syslogd.c
index 9cf51b34..78902d3b 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -3547,6 +3547,8 @@ static void die(int sig)
/* de-init some modules */
modExitIminternal();
+ /*TODO: the module config command handlers must also be freed! */
+
/* TODO: this would also be the right place to de-init the builtin output modules. We
* do not currently do that, because the module interface does not allow for
* it. This will come some time later (it's essential with loadable modules).