summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 0b2d71a..4676bd0 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -739,6 +739,8 @@ svc_start_deps(void)
free(tmp);
}
+ rc_stringlist_free(tmplist);
+ tmplist = NULL;
rc_stringlist_free(services);
services = NULL;
}