mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
This commit is contained in:
@ -1173,7 +1173,7 @@ stop_fuzzing:
|
||||
ck_free(afl->fsrv.target_path);
|
||||
ck_free(afl->fsrv.out_file);
|
||||
ck_free(afl->sync_id);
|
||||
ck_free(afl);
|
||||
free(afl); /* not tracked */
|
||||
|
||||
argv_cpy_free(argv);
|
||||
|
||||
|
Reference in New Issue
Block a user