]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out wxAutoNSAutoreleasePool in CallOnInit()
authorDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 13:19:50 +0000 (13:19 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 14 Jul 2003 13:19:50 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/app.mm

index 28ef36b30d72eccaf7ce39651cf86f03668eb021..d5c70c6f3285fd1206e6fc23c6ef6ad046077360 100644 (file)
@@ -212,7 +212,7 @@ bool wxApp::OnInitGui()
 
 bool wxApp::CallOnInit()
 {
-    wxAutoNSAutoreleasePool pool;
+//    wxAutoNSAutoreleasePool pool;
     return OnInit();
 }