mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
fix for bad free (#520)
This commit is contained in:
parent
47878f6974
commit
5ec91fce23
@ -627,7 +627,7 @@ void destroy_extras(afl_state_t *afl) {
|
||||
|
||||
}
|
||||
|
||||
ck_free(afl->extras);
|
||||
afl_free(afl->extras);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user