clang warning fixed

This commit is contained in:
Dominik Maier
2020-04-20 22:07:47 +02:00
parent ce15937717
commit 280374f739
2 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,9 @@ static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, u32 exec_cksum) {
}
ck_free(rng);
rng = NULL;
// save the input with the high entropy
if (needs_write) {