几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】memory leak (http://www.dimcax.com/hust/showthread.php?t=17176)

yang686526 2009-05-06 05:37 PM

【转帖】memory leak
 
memory leak
memory leak
i am getting a memory leak and i think it is because i am not calling release on the oddbdatabaseptr object. i tried calling in my onclosedocument(...) event but then i get an exception in the smartptr.h file at line 220:
code:
inline void release()
{
if (m_pobject)
{
((t*)m_pobject)->release();
m_pobject = null;
}
}
where should i call release?
i should note the dump:
code:
detected memory leaks!
dumping objects ->
{51} normal block at 0x00c61b40, 33 bytes long.
data: < c > 00 43 00 cd cd cd cd cd cd cd cd cd cd cd cd cd
{50} normal block at 0x00c61b90, 40 bytes long.
data: < |l > 14 7c 4c 10 16 00 00 00 00 00 00 00 00 00 00 00
object dump complete.
after searching this site, i noticed that some of the other members have had experience with this same problem.
what, if anything, is the fix?
mike b
last edited by mikeb; 6th january 2005 at 01:35 pmfff">.
you needs to call release() before oduninitialize() to avoid an exception.


所有的时间均为北京时间。 现在的时间是 04:31 AM.