1.5.2 False positives from security audit resolved
This commit is contained in:
@@ -70,9 +70,9 @@ bool wxEventMonitorApp::OnInit()
|
||||
}
|
||||
#endif
|
||||
|
||||
m_mainWnd = new wxEventMonitorFrame(NULL);
|
||||
wxPersistentRegisterAndRestore<wxEventMonitorFrame>(m_mainWnd);
|
||||
m_mainWnd->Show();
|
||||
wxEventMonitorFrame *mainWnd = new wxEventMonitorFrame(NULL);
|
||||
wxPersistentRegisterAndRestore<wxEventMonitorFrame>(mainWnd);
|
||||
mainWnd->Show();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user