mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fixed leak
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user