summaryrefslogtreecommitdiffstats
path: root/macosx
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
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')
-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