diff options
-rw-r--r-- | cocoa/ScintillaView.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index a43cf74b0..b2bee0baa 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -861,7 +861,6 @@ static void notification(intptr_t windowid, unsigned int iMessage, uintptr_t wPa - (void) dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self]; - [mInfoBar release]; delete mBackend; [super dealloc]; } |