From 1962cf341ff38c28fbcb57b75d3969b42579e973 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 17 Oct 2001 21:25:47 +0000 Subject: [PATCH] Fixed crash upon deallocation of a tab view git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11177 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab4ee0926..e4ee6b3d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 17 04:30:25 2001 Nicola Pero + + * Source/NSTabView.m ([NSTabView -dealloc]): Do not release the + selected tab view item (Patch by Ludovic Marcotte + ). + Wed Oct 17 18:18:54 2001 Nicola Pero * Source/NSTableView.m ([-setDataSource:]): Do not release the old