]> granicus.if.org Git - graphviz/commitdiff
Explicit call to [super dealloc] caused app to crash
authorDwight Perry <dperry@research.att.com>
Thu, 25 Oct 2012 21:17:40 +0000 (17:17 -0400)
committerDwight Perry <dperry@research.att.com>
Thu, 25 Oct 2012 21:17:40 +0000 (17:17 -0400)
macosx/GVWindowController.m

index c1c804236fc077b65e41ef38e64075f9ca7bdaa3..773845e966f8a237f7609ef96251d9abcaf8ab69 100644 (file)
 - (void)dealloc
 {
        [[NSNotificationCenter defaultCenter] removeObserver:self name:@"GVGraphDocumentDidChange" object:[self document]];
-       [super dealloc];
 }
 
 @end