Fixed window controller being retained by the window, causing app crashes

leakages on closing the window etc


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-20 09:17:19 +00:00
parent 73cd5d26d4
commit ce2f2f1ed3

View file

@ -1,3 +1,9 @@
Fri Jul 20 09:57:38 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSWindow.m ([-setWindowController:]): Do not RETAIN the
window controller.
Reported by Jonathan B. Leffert <jonathan@leffert.net>.
2001-07-19 Georg Fleischmann
* gui/Source/GSSimpleLayoutManager.m