mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
fixed 2 unimportant leaks
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user