minor changes

This commit is contained in:
Dominik Maier
2020-04-01 01:55:13 +02:00
parent 71372c4d2f
commit eca55be4fb
3 changed files with 4 additions and 4 deletions

View File

@ -391,7 +391,7 @@ void read_testcases(afl_state_t *afl) {
if (!S_ISREG(st.st_mode) || !st.st_size || strstr(fn2, "/README.txt")) {
free(fn2);
ck_free(fn2);
continue;
}