[PATCH] Misc: stall progress ouput during file creation, ini_file frees.
diff --git a/init.c b/init.c
index de9cb49..ee9ab7d 100644
--- a/init.c
+++ b/init.c
@@ -1118,7 +1118,9 @@
 			return 1;
 		if (parse_jobs_ini(ini_file[i]))
 			return 1;
+		free(ini_file[i]);
 	}
 
+	free(ini_file);
 	return 0;
 }