From a652d9ae98b379de160d54b0339c3810c0f7b22d Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 22 Oct 2001 17:52:17 +0000 Subject: [PATCH] Fixed deallocation of window when views are deallocated after the window git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11216 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 44c1bb751..0f10ecbf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 22 01:10:24 2001 Nicola Pero + + * Source/NSWindow.m ([NSWindow -dealloc]): Remove all subviews + from this window before releasing them. This fixes crashes when + some views were deallocated after the window. + 2001-10-21 Fred Kiefer * Source/NSScrollView.m