summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
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)