another mem leak fix for master/slave usage

This commit is contained in:
hexcoder-
2020-04-10 15:06:31 +02:00
parent a60e425d39
commit 5b977453cb

View File

@ -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);