From 81f9704bc90c903972220f5e16ee4f36a0f496cf Mon Sep 17 00:00:00 2001 From: fredkiefer Date: Mon, 18 Apr 2011 22:12:08 +0000 Subject: [PATCH] * Source/NSViewController.m (-loadView): Retain the topLevelObjects. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32889 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Source/NSViewController.m | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1662352bb..65a53c69e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-19 Fred Kiefer + + * Source/NSViewController.m (-loadView): Retain the topLevelObjects. + 2011-04-18 Eric Wasylishen * Source/NSMenuView.m (-setWindowFrameForAttachingToRect:...): diff --git a/Source/NSViewController.m b/Source/NSViewController.m index b22d6cc18..043710c55 100644 --- a/Source/NSViewController.m +++ b/Source/NSViewController.m @@ -119,6 +119,7 @@ [self class], _nibName); } } + RETAIN(_topLevelObjects); RELEASE(nib); }