summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-03-14 14:37:40 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-03-14 14:37:40 +0100
commit8ca7467ed408965b44864b507e734e209d35338a (patch)
tree07c049cd8789addebc6a269fa4ab80ae6055cdda /plugins
parent48c0875b15fac19d06ebcfb5902ab35c0f1f112e (diff)
downloadrsyslog-8ca7467ed408965b44864b507e734e209d35338a.tar.gz
rsyslog-8ca7467ed408965b44864b507e734e209d35338a.tar.xz
rsyslog-8ca7467ed408965b44864b507e734e209d35338a.zip
fixed double-free regerssion, probably caused by last merge
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imfile/imfile.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c
index 61aa9b4f..37d3136c 100644
--- a/plugins/imfile/imfile.c
+++ b/plugins/imfile/imfile.c
@@ -294,11 +294,6 @@ BEGINrunInput
int i;
int bHadFileData; /* were there at least one file with data during this run? */
CODESTARTrunInput
- /* free config vars that are still allocated (at this point, we do no longer need them) */
- free(pszFileName);
- free(pszFileTag);
- free(pszStateFile);
-
pthread_cleanup_push(inputModuleCleanup, NULL);
while(glbl.GetGlobalInputTermState() == 0) {
do {