diff options
| -rw-r--r-- | cocoa/ScintillaCocoa.mm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index 4cf61b3f4..9dc572fc8 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -329,6 +329,8 @@ const CGFloat paddingHighlightY = 2;  - (void) dealloc  { +  NSNotificationCenter* center = [NSNotificationCenter defaultCenter]; +  [center removeObserver:self];    [notificationQueue release];    [super dealloc];  } | 
