标签:内存泄露
使用VLD测有没内存泄露的时候,出现(File and line number not available): (Function name unavailable)
查看VS控制台,发现
已加载“C:/WINDOWS/system32/dbghelp.dll”
说明VS加载了WINDOWS的dll而不是最新的VLD的dbghelp.dll
解决方案:
只需把VLD 安装路径下的 dbghelp.dll拷贝到你的程序的Debug文件夹里
就轻松搞定!
Visual Leak Detector(vld)无法显示内存泄露文件名与行号,布布扣,bubuko.com
Visual Leak Detector(vld)无法显示内存泄露文件名与行号
标签:内存泄露
原文地址:http://blog.csdn.net/a49688448/article/details/25300185