diff --git a/INAppStoreWindow.m b/INAppStoreWindow.m index f84010f..897bf34 100644 --- a/INAppStoreWindow.m +++ b/INAppStoreWindow.m @@ -967,7 +967,7 @@ - (void)_createTitlebarView _titleBarContainer = container; self.titleBarView = [[INTitlebarView alloc] initWithFrame:NSZeroRect]; #else - _titleBarContainer = [container autorelease]; + _titleBarContainer = container; self.titleBarView = [[[INTitlebarView alloc] initWithFrame:NSZeroRect] autorelease]; #endif }