fix crash in wxExecuteModule::OnExit() (never noticed before because it wasn't executed until the last commit)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
808ac867cf
commit
9978ac8e4f
@ -176,7 +176,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if ( *gs_classForHiddenWindow )
|
||||
if ( gs_classForHiddenWindow )
|
||||
{
|
||||
if ( !::UnregisterClass(wxMSWEXEC_WNDCLASSNAME, wxGetInstance()) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user