wxThread::Kill() doesn't call OnExit() incorrectly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1260,7 +1260,8 @@ wxThreadError wxThread::Kill()
|
||||
#if !HAVE_THREAD_CLEANUP_FUNCTIONS
|
||||
ScheduleThreadForDeletion();
|
||||
|
||||
OnExit();
|
||||
// don't call OnExit() here, it can only be called in the
|
||||
// threads context and we're in the context of another thread
|
||||
|
||||
DeleteThread(this);
|
||||
#endif // HAVE_THREAD_CLEANUP_FUNCTIONS
|
||||
|
Reference in New Issue
Block a user