fix for bad free (#520)

This commit is contained in:
Dominik Maier 2020-08-21 23:03:08 +02:00
parent 47878f6974
commit 5ec91fce23

View File

@ -627,7 +627,7 @@ void destroy_extras(afl_state_t *afl) {
}
ck_free(afl->extras);
afl_free(afl->extras);
}