Fix crashes due to unitialised fields

This commit is contained in:
Graham Dawes
2018-12-20 10:38:50 +00:00
parent c6d3b9c0b9
commit bfb59228c1
20 changed files with 46 additions and 19 deletions

View File

@@ -20,6 +20,8 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxApp, wxAppBase);
wxApp::wxApp()
{
m_qtApplication = NULL;
m_qtArgc = 0;
m_qtArgv = NULL;
}