summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/EmuThread.m')
-rw-r--r--macosx/EmuThread.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/EmuThread.m b/macosx/EmuThread.m
index 0b47e514..ca77d160 100644
--- a/macosx/EmuThread.m
+++ b/macosx/EmuThread.m
@@ -163,6 +163,7 @@ done:
SysClose();
//[[NSThread currentThread] autorelease];
+ [pool drain];
[NSThread exit];
return;
}