Fix two leaks.

This commit is contained in:
Roy Marples
2010-03-17 20:37:47 +00:00
parent 4b333eaf36
commit 7271449a0c
2 changed files with 6 additions and 1 deletions

View File

@@ -739,6 +739,8 @@ svc_start_deps(void)
free(tmp);
}
rc_stringlist_free(tmplist);
tmplist = NULL;
rc_stringlist_free(services);
services = NULL;
}