aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cocoa/ScintillaView.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm
index 552fd9a68..942761bd0 100644
--- a/cocoa/ScintillaView.mm
+++ b/cocoa/ScintillaView.mm
@@ -1116,6 +1116,7 @@ static void notification(intptr_t windowid, unsigned int iMessage, uintptr_t wPa
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
delete mBackend;
+ [marginView release];
[super dealloc];
}