Fix for retain count of a textview going below zero when it's deallocated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12564 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-19 12:03:42 +00:00
parent b7845d2a17
commit 0011bc4c02

View file

@ -1,3 +1,9 @@
Tue Feb 19 11:46:31 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSTextView.m ([-dealloc]): RETAIN self before destroying
the text network. (Suggestion by Alexander Malmberg
<alexander@malmberg.org>).
2002-02-18 Gregory John Casamento <greg_casamento@yahoo.com>
* Source/NSWindow.m ([NSWindow -close]): Changes made earlier