From a3192ac18ed9df7d95d0c8d5795994e867c85eca Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 10:36:13 +0000 Subject: changed calling interface for freeInstance() - need to work with dual buffers in order to change output modules one by one --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 53d6bd43..d70d34cd 100644 --- a/syslogd.c +++ b/syslogd.c @@ -4121,7 +4121,7 @@ static void freeSelectors(void) free(f->f_psziov); /* free the action instances */ - f->pMod->freeInstance(f); + f->pMod->freeInstance(f, f->pModData); # ifdef USE_PTHREADS /* delete any mutex objects, if present */ if( ( (f->f_type == F_FORW_SUSP) -- cgit v1.2.3