mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix memory leaks
This commit is contained in:
@ -762,6 +762,8 @@ void afl_state_deinit(afl_state_t *afl) {
|
||||
afl_free(afl->in_buf);
|
||||
afl_free(afl->in_scratch_buf);
|
||||
afl_free(afl->ex_buf);
|
||||
afl_free(afl->alias_table);
|
||||
afl_free(afl->alias_probability);
|
||||
|
||||
ck_free(afl->virgin_bits);
|
||||
ck_free(afl->virgin_tmout);
|
||||
|
Reference in New Issue
Block a user