浏览代码

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

Sean Barrett 8 年之前
父节点
当前提交
e77673f4aa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      stb_c_lexer.h

+ 2 - 0
stb_c_lexer.h

@@ -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);