Add missing globfree(), found using -fsanitize=address

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-06 08:48:50 +01:00
parent ec06b220e4
commit 3ced4508b4

View File

@ -2814,6 +2814,7 @@ static int cfparse(FILE *fp, struct files *newf)
cfparse(fpi, newf);
fclose(fpi);
}
globfree(&gl);
continue;
}