diff --git a/Source/NSTextView.m b/Source/NSTextView.m index 50a21ac70..bcb786d89 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -388,6 +388,8 @@ static NSNotificationCenter *nc; RELEASE (_caret_color); RELEASE (_typingAttributes); + /* FIXME - delegate notifications */ + [super dealloc]; }