aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2012-09-08 22:45:53 +1000
committernyamatongwe <nyamatongwe@gmail.com>2012-09-08 22:45:53 +1000
commit68f49bbbc90e33b5d4777d8e8de1d457a22fca7f (patch)
tree9936d8b80b1475bc9ff4b0e518c248b74b350064
parentd3274754216291aad17111312b2b7749bb99a362 (diff)
downloadscintilla-mirror-68f49bbbc90e33b5d4777d8e8de1d457a22fca7f.tar.gz
Fix extra release of info bar.
-rw-r--r--cocoa/ScintillaView.mm1
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];
}