fixed 2 unimportant leaks

This commit is contained in:
van Hauser
2020-04-17 07:52:21 +02:00
parent c961925356
commit 16ce555845
3 changed files with 7 additions and 1 deletions

View File

@ -877,6 +877,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (stdin_file) ck_free(stdin_file);
argv_cpy_free(argv);
if (fsrv->qemu_mode) free(use_argv[2]);
exit(ret);