asdlei00 / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

CCrashHandler.m_hWndVideoParent not initialized to a default value #195

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In CrashRpt 1.4.1, in CrashHandler.cpp, in CCrashHandler::CCrashHandler 
function, m_hWndVideoParent must be set to a default value to avoid warning 
raised by memory checker (like Intel Inspector) in 
CCrashHandler::PackCrashInfoIntoSharedMem when m_hWndVideoParent is copied into 
a new structure.

Setting m_hWndVideoParent to NULL will avoid the warning. 

Original issue reported on code.google.com by sbouc...@gmail.com on 3 Apr 2013 at 7:57

GoogleCodeExporter commented 9 years ago

Original comment by zexspect...@gmail.com on 3 Apr 2013 at 10:05

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1589.

Original comment by zexspect...@gmail.com on 4 Apr 2013 at 1:10

GoogleCodeExporter commented 9 years ago
Fixed this in trunk.

Original comment by zexspect...@gmail.com on 4 Apr 2013 at 1:10