diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2012-09-08 22:45:53 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2012-09-08 22:45:53 +1000 |
commit | 7eeffd96692120d75d42fe78bf9045c6e9b0fa82 (patch) | |
tree | da285777c7197fff6bdaf5f5c0235ccefbd9e7b5 | |
parent | 3a7b1192dfc7fb1e1e41652a2c5221b18e51fa3d (diff) | |
download | scintilla-mirror-7eeffd96692120d75d42fe78bf9045c6e9b0fa82.tar.gz |
Fix extra release of info bar.
-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]; } |