We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在zip里获取dpi后缀资源的时的zip句柄没有释放啊,内存一直涨。 GetDpiImageFullPath函数传进去空的HGLOBAL hGlobal,在函数里赋值了,可是没有释放,而且这个参数值也传不回来啊。 直接就在GetDpiImageFullPath函数里定义hGlobal,释放hGlobal不可以嘛?
The text was updated successfully, but these errors were encountered:
存在泄露问题吗
Sorry, something went wrong.
GetDpiImageFullPath函数里的hGlobal没有GlobalFree
No branches or pull requests
问题现象
在zip里获取dpi后缀资源的时的zip句柄没有释放啊,内存一直涨。
GetDpiImageFullPath函数传进去空的HGLOBAL hGlobal,在函数里赋值了,可是没有释放,而且这个参数值也传不回来啊。
直接就在GetDpiImageFullPath函数里定义hGlobal,释放hGlobal不可以嘛?
预期结果
重现步骤
The text was updated successfully, but these errors were encountered: