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 | 68f49bbbc90e33b5d4777d8e8de1d457a22fca7f (patch) | |
tree | 9936d8b80b1475bc9ff4b0e518c248b74b350064 | |
parent | d3274754216291aad17111312b2b7749bb99a362 (diff) | |
download | scintilla-mirror-68f49bbbc90e33b5d4777d8e8de1d457a22fca7f.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]; } |