fixed leak

This commit is contained in:
Dominik Maier
2020-03-28 00:44:52 +01:00
parent e71c2937de
commit 5bd8aa489b
3 changed files with 8 additions and 5 deletions

View File

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