From: Dwight Perry Date: Thu, 25 Oct 2012 21:17:40 +0000 (-0400) Subject: Explicit call to [super dealloc] caused app to crash X-Git-Tag: LAST_LIBGRAPH~32^2~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82bc860149df7cd8f83a400578da476765f8bee5;p=graphviz Explicit call to [super dealloc] caused app to crash --- 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