mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Set delegate of NSTextView to nil in dealloc.
This commit is contained in:
parent
a054b21355
commit
c12fdd26f7
1 changed files with 1 additions and 0 deletions
|
@ -1142,6 +1142,7 @@ that makes decoding and encoding compatible with the old code.
|
|||
[notificationCenter removeObserver: _delegate
|
||||
name: nil
|
||||
object: _notifObject];
|
||||
_delegate = nil;
|
||||
}
|
||||
|
||||
DESTROY(_selectedTextAttributes);
|
||||
|
|
Loading…
Reference in a new issue