From fd5216d3cbc95de9f38532d135a64c8da4dad9d4 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 20 Jul 2001 09:17:19 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ba747b753..ba78f09a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jul 20 09:57:38 2001 Nicola Pero + + * Source/NSWindow.m ([-setWindowController:]): Do not RETAIN the + window controller. + Reported by Jonathan B. Leffert . + 2001-07-19 Georg Fleischmann * gui/Source/GSSimpleLayoutManager.m