From 82bc860149df7cd8f83a400578da476765f8bee5 Mon Sep 17 00:00:00 2001 From: Dwight Perry Date: Thu, 25 Oct 2012 17:17:40 -0400 Subject: [PATCH] Explicit call to [super dealloc] caused app to crash --- macosx/GVWindowController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/macosx/GVWindowController.m b/macosx/GVWindowController.m index c1c804236..773845e96 100644 --- a/macosx/GVWindowController.m +++ b/macosx/GVWindowController.m @@ -108,7 +108,6 @@ - (void)dealloc { [[NSNotificationCenter defaultCenter] removeObserver:self name:@"GVGraphDocumentDidChange" object:[self document]]; - [super dealloc]; } @end -- 2.50.1