mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
Add post library API as custom mutator and rename pre_save
This commit is contained in:
@ -371,7 +371,6 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
|
||||
|
||||
void afl_state_deinit(afl_state_t *afl) {
|
||||
|
||||
if (afl->post_deinit) { afl->post_deinit(afl->post_data); }
|
||||
if (afl->in_place_resume) { ck_free(afl->in_dir); }
|
||||
if (afl->sync_id) { ck_free(afl->out_dir); }
|
||||
if (afl->pass_stats) { ck_free(afl->pass_stats); }
|
||||
|
Reference in New Issue
Block a user