提交 e70da220 编写于 作者: H hanyuhang

ApiGen.cpp:

avoid file handle leaks the resource it points to.
上级 fc30f54a
......@@ -1347,6 +1347,8 @@ int ApiGen::readAttributes(const std::string & attribFilename)
break;
}
}
fclose(fp);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册