Fixed not destroying CGameData

This also fixed failing assertion in tests
dev-mp
krzys-h 2014-06-26 21:37:38 +02:00
parent bc3b7ef283
commit fd8ea13cbb
1 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,9 @@ CApplication::~CApplication()
delete m_iMan;
m_iMan = nullptr;
delete m_gameData;
m_gameData = nullptr;
GetSystemUtils()->DestroyTimeStamp(m_baseTimeStamp);
GetSystemUtils()->DestroyTimeStamp(m_curTimeStamp);