Apply patch that prevents a crash when more than
authorRobert Roebling <robert@roebling.de>
Sun, 24 Apr 2005 16:40:53 +0000 (16:40 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 24 Apr 2005 16:40:53 +0000 (16:40 +0000)
commit5d9d1b88100b11e56f66d0e7cd955adbc17a40fd
tree42ecd71b8543c54ef58b9725b4b17a363e9da1f4
parentf3ee029e052f2b8b3ea36ca9afd94809834bb8cf
 Apply patch that prevents a crash when more than
   one event from a single event handler has been
   added in AddPendingEvents() and the event handler
   is destroyed before the pending events get sent.
   Sofar, only the first pointer to the event handler
   was removed which could lead to a crash.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/event.cpp