summaryrefslogtreecommitdiffstats
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)
commit48b6753aa60a26a95a3311d29a17c5a5b17057cb (patch)
treed632bc3b30aaabeaa67c666c4b683497526ba89e
parentc62d5e6db5b05436f99f8a04b3b03016d14c4b21 (diff)
downloadtk-48b6753aa60a26a95a3311d29a17c5a5b17057cb.zip
tk-48b6753aa60a26a95a3311d29a17c5a5b17057cb.tar.gz
tk-48b6753aa60a26a95a3311d29a17c5a5b17057cb.tar.bz2
Crash in Mac test suite no longer triggered after patch from Marc Culler
-rw-r--r--macosx/tkMacOSXNotify.c1
-rw-r--r--macosx/tkMacOSXWm.c2
2 files changed, 0 insertions, 3 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];
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c
index 5df72f0..114980f 100644
--- a/macosx/tkMacOSXWm.c
+++ b/macosx/tkMacOSXWm.c
@@ -24,8 +24,6 @@
#define DEBUG_ZOMBIES 0
-#define DEBUG_ZOMBIES 0
-
/*
#ifdef TK_MAC_DEBUG
#define TK_MAC_DEBUG_WINDOWS