#include "wx/log.h"
#include "wx/statusbr.h"
+#include "wx/cocoa/autorelease.h"
+
#import <AppKit/NSWindow.h>
#import <AppKit/NSApplication.h>
bool wxFrame::Show(bool show)
{
+ wxAutoNSAutoreleasePool pool;
bool ret = wxFrameBase::Show(show);
if(show && GetMenuBar())
[wxTheApp->GetNSApplication() setMenu:GetMenuBar()->GetNSMenu() ];