added back afl_state_deinit

This commit is contained in:
Dominik Maier
2020-04-10 14:34:17 +02:00
parent df5c264754
commit 0b9f7c4c89

View File

@ -1200,6 +1200,7 @@ stop_fuzzing:
ck_free(afl->fsrv.target_path);
ck_free(afl->fsrv.out_file);
ck_free(afl->sync_id);
afl_state_deinit(afl);
free(afl); /* not tracked */
argv_cpy_free(argv);