mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 13:40:54 +00:00
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:
parent
b7845d2a17
commit
0011bc4c02
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue