Add missing globfree(), found using -fsanitize=address
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
ec06b220e4
commit
3ced4508b4
@ -2814,6 +2814,7 @@ static int cfparse(FILE *fp, struct files *newf)
|
||||
cfparse(fpi, newf);
|
||||
fclose(fpi);
|
||||
}
|
||||
globfree(&gl);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user