程序在关闭的时候说内存错误,这个怎么检查?
时间:2011-11-27
来源:互联网
这个应该不是内存泄漏吧。
作者: Natuly 发布时间: 2011-11-27
调试运行 看看Call Stack 估计是使用了野指针 或是 窗口已销毁了 还在调用窗口的操作
作者: heksn 发布时间: 2011-11-27
Debug 然后出错后选 重试
作者: sb3day 发布时间: 2011-11-27
错误指向了\vc98\INCLUDE\COMIP.H的662行
private:
// The Interface.
//
Interface* m_pInterface;
// Releases only if the interface is not null.
// The interface is not set to NULL.
//
void _Release() throw()
{
if (m_pInterface != NULL) {
-----> m_pInterface->Release();
}
}
什么意思?
private:
// The Interface.
//
Interface* m_pInterface;
// Releases only if the interface is not null.
// The interface is not set to NULL.
//
void _Release() throw()
{
if (m_pInterface != NULL) {
-----> m_pInterface->Release();
}
}
什么意思?
作者: Natuly 发布时间: 2011-11-27
_com_ptr_t<_com_IIID<MSXML::IXMLDOMNodeList,&_GUID_2933bf82_7b36_11d2_b20e_00c04f983e60> >::_Release() line 662 + 10 bytes
什么意思?
什么意思?
作者: Natuly 发布时间: 2011-11-27
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28