summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index c4a0ed51..20c3b4f0 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -430,7 +430,6 @@ void cnfDoCfsysline(char *ln)
DBGPRINTF("cnf:global:cfsysline: %s\n", ln);
/* the legacy system needs the "$" stripped */
conf.cfsysline((uchar*) ln+1);
- free(ln); /* cfsysline is just a simple string */
}
void cnfDoBSDTag(char *ln)