From fb42690e72c6e6f20e6d58ac15e4c359a5b33551 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 9 Aug 2007 13:50:30 +0000 Subject: added important TODO item --- syslogd.c | 2 ++ 1 file changed, 2 insertions(+) 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). -- cgit