mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 20:46:23 +00:00
* 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
This commit is contained in:
parent
eb4dc65d90
commit
2a781c1651
2 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
|||
[self class], _nibName);
|
||||
}
|
||||
}
|
||||
RETAIN(_topLevelObjects);
|
||||
RELEASE(nib);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue