summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXNotify.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2016-01-24 19:19:51 (GMT)
committerKevin Walzer <kw@codebykevin.com>2016-01-24 19:19:51 (GMT)
commit7385219f157994efd45b0d32fd66f3ead06ea469 (patch)
treed632bc3b30aaabeaa67c666c4b683497526ba89e /macosx/tkMacOSXNotify.c
parent3000865931e61dd77e966d0af27b4c86dcdbfaad (diff)
downloadtk-7385219f157994efd45b0d32fd66f3ead06ea469.zip
tk-7385219f157994efd45b0d32fd66f3ead06ea469.tar.gz
tk-7385219f157994efd45b0d32fd66f3ead06ea469.tar.bz2
Crash in Mac test suite no longer triggered after patch from Marc Culler
Diffstat (limited to 'macosx/tkMacOSXNotify.c')
-rw-r--r--macosx/tkMacOSXNotify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 0737d74..fa359f0 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -274,7 +274,6 @@ TkMacOSXEventsCheckProc(
inMode:GetRunLoopMode(modalSession)
dequeue:YES];
if (currentEvent) {
- [NSApp _resetAutoreleasePool];
/* Generate Xevents. */
int oldServiceMode = Tcl_SetServiceMode(TCL_SERVICE_ALL);
NSEvent *processedEvent = [NSApp tkProcessEvent:currentEvent];