adding missing autorelease pool, since this can be called from anywhere, fixes #13449

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-09-25 12:14:52 +00:00
parent 6e350141f1
commit 829c8572da

View File

@@ -254,6 +254,7 @@ void wxGUIEventLoop::DoStop()
void wxGUIEventLoop::WakeUp()
{
wxMacAutoreleasePool autoreleasepool;
NSEvent *event = [NSEvent otherEventWithType:NSApplicationDefined
location:NSMakePoint(0.0, 0.0)
modifierFlags:0