From: David Elliott Date: Mon, 14 Jul 2003 13:19:50 +0000 (+0000) Subject: Commented out wxAutoNSAutoreleasePool in CallOnInit() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bd3e8827dd468030e34df0bde66fc6c38c4fa9b4 Commented out wxAutoNSAutoreleasePool in CallOnInit() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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(); }