From 1a4e944927dabc08840d76cfbb539d1553cc6e03 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 30 Jan 2003 03:45:22 +0000 Subject: [PATCH] Fixed laziness in deallocating a window controller git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15768 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ecb4feb78..be5c5083c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 30 04:39:47 2003 Nicola Pero + + * Source/NSWindowController.m ([-dealloc]): Release the window, do + not autorelease it. + Thu Jan 30 03:57:42 2003 Serg Stoyan * Source/NSMenuView.m ([-sizeToFit]): Removed the additional 17