mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
another mem leak fix for master/slave usage
This commit is contained in:
@ -349,6 +349,7 @@ 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);
|
||||
|
||||
free(afl->out_buf);
|
||||
free(afl->out_scratch_buf);
|
||||
|
Reference in New Issue
Block a user