#9854 (AddPendingEvent - protect during wxEvtHandler destruction)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2455,6 +2455,8 @@ protected:
|
||||
|
||||
// Is event handler enabled?
|
||||
bool m_enabled;
|
||||
// Avoid adding events from another thread during dtor
|
||||
bool m_beingDeleted;
|
||||
|
||||
|
||||
// The user data: either an object which will be deleted by the container
|
||||
|
Reference in New Issue
Block a user