X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..a290fa5a7deebe9d96c0c0089d18e27d4bd9b624:/src/common/init.cpp diff --git a/src/common/init.cpp b/src/common/init.cpp index 94741249d6..80e2c7bc5e 100644 --- a/src/common/init.cpp +++ b/src/common/init.cpp @@ -325,13 +325,13 @@ static void DoCommonPreCleanup() // this will flush the old messages if any delete wxLog::SetActiveTarget(new wxLogStderr); #endif // wxUSE_LOG - - wxModule::CleanUpModules(); } // cleanup done after destroying wxTheApp static void DoCommonPostCleanup() { + wxModule::CleanUpModules(); + wxClassInfo::CleanUp(); // we can't do this in wxApp itself because it doesn't know if argv had