]> git.saurik.com Git - wxWidgets.git/commit
Fix crasher caused by wxProcessTerminationEventHandler::OnTerminate killing
authorDavid Elliott <dfe@tgwbd.org>
Thu, 18 Oct 2007 09:31:21 +0000 (09:31 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 18 Oct 2007 09:31:21 +0000 (09:31 +0000)
commit5a9d14c1b57e24a29dec874f370008f20b4c0e20
treeafb68f7d2e1450bc0e8f419bf7ee541156848238
parentb24442f84535632e6f63bffb7d1b887a7107d255
Fix crasher caused by wxProcessTerminationEventHandler::OnTerminate killing
itself inside the context of wxEvtHandler::ProcessPendingEvents which
still needs itself to be valid because it accesses it's m_eventsLocker.

NOTE: This code is no longer used on trunk and hopefully soon won't be
used in 2.8 either, but at least it doesn't crash now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/corefoundation/utilsexc_cf.cpp