MantisBT - VCMI
View Issue Details
0001162VCMIGUI - Otherpublic2012-12-15 08:232014-05-30 17:41
Warmonger 
Ivan 
highblockalways
closedfixed 
 
 
0001162: Crash at deleting unitialized cursor
Game crashes at line 44 in CCursorHandler.cpp:

delete currentCursor;
No tags attached.
Issue History
2012-12-15 08:23WarmongerNew Issue
2012-12-15 08:23WarmongerStatusnew => assigned
2012-12-15 08:23WarmongerAssigned To => Ivan
2012-12-15 08:48IvanNote Added: 0003256
2012-12-15 08:48IvanStatusassigned => resolved
2012-12-15 08:48IvanResolutionopen => fixed
2014-05-30 17:41beegeeStatusresolved => closed

Notes
(0003256)
Ivan   
2012-12-15 08:48   
Oups. It seems that gcc likes to fill uninitialized memory with 0. Fixed, revision 3044.