summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-06 18:49:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-06 18:49:42 +0200
commitd5585524b7c749c1bbecf1e68b06269be82583e2 (patch)
tree221ec5ef9f07ceef07c7d6ec0af5675d5edf56a6 /runtime/rsconf.c
parent4224ee66376f1a8e914e63f402c71de29180e21c (diff)
parent27360bb33ff5e87a3852ebe2673170ebea168421 (diff)
downloadrsyslog-d5585524b7c749c1bbecf1e68b06269be82583e2.tar.gz
rsyslog-d5585524b7c749c1bbecf1e68b06269be82583e2.tar.xz
rsyslog-d5585524b7c749c1bbecf1e68b06269be82583e2.zip
Merge branch 'beta'
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index fca4f9b8..c1af7d22 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -432,6 +432,7 @@ void cnfDoCfsysline(char *ln)
DBGPRINTF("cnf:global:cfsysline: %s\n", ln);
/* the legacy system needs the "$" stripped */
conf.cfsysline((uchar*) ln+1);
+ free(ln);
}
void cnfDoBSDTag(char *ln)