mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
afl-showmap: free malloced coverage map
This commit is contained in:
@ -1160,6 +1160,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
afl_fsrv_deinit(fsrv);
|
afl_fsrv_deinit(fsrv);
|
||||||
|
|
||||||
if (stdin_file) { ck_free(stdin_file); }
|
if (stdin_file) { ck_free(stdin_file); }
|
||||||
|
if (collect_coverage) { free(coverage_map); }
|
||||||
|
|
||||||
argv_cpy_free(argv);
|
argv_cpy_free(argv);
|
||||||
if (fsrv->qemu_mode) { free(use_argv[2]); }
|
if (fsrv->qemu_mode) { free(use_argv[2]); }
|
||||||
|
Reference in New Issue
Block a user