From bd3e8827dd468030e34df0bde66fc6c38c4fa9b4 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Mon, 14 Jul 2003 13:19:50 +0000 Subject: [PATCH] Commented out wxAutoNSAutoreleasePool in CallOnInit() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/app.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa/app.mm b/src/cocoa/app.mm index 28ef36b30d..d5c70c6f32 100644 --- a/src/cocoa/app.mm +++ b/src/cocoa/app.mm @@ -212,7 +212,7 @@ bool wxApp::OnInitGui() bool wxApp::CallOnInit() { - wxAutoNSAutoreleasePool pool; +// wxAutoNSAutoreleasePool pool; return OnInit(); } -- 2.45.2