aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-09-12 13:51:06 +1000
committernyamatongwe <unknown>2012-09-12 13:51:06 +1000
commit8f05f8abfba8e2574d10fe36606d2b7683df2eb4 (patch)
tree305090d202d6384a5aec8afb4705d920beed508a
parent103c297abc07dd7071cdba1abff97bef1b36cc9d (diff)
parent7eeffd96692120d75d42fe78bf9045c6e9b0fa82 (diff)
downloadscintilla-mirror-8f05f8abfba8e2574d10fe36606d2b7683df2eb4.tar.gz
Merged with Cocoa fix.
-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];
}