From 68f49bbbc90e33b5d4777d8e8de1d457a22fca7f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 8 Sep 2012 22:45:53 +1000 Subject: Fix extra release of info bar. --- cocoa/ScintillaView.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') 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]; } -- cgit v1.2.3