Merge branch 'patch-1' of https://github.com/bryongloden/stb into working

pull/290/merge
Sean Barrett 2017-03-03 09:07:37 -08:00
commit e77673f4aa
1 changed files with 2 additions and 0 deletions

View File

@ -800,6 +800,8 @@ int main(int argc, char **argv)
stb_lexer lex;
if (len < 0) {
fprintf(stderr, "Error opening file\n");
free(text);
fclose(f);
return 1;
}
fclose(f);