From 50f1c3c4cab00da884894a928b82b16c4926a091 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 20 May 2012 02:04:13 +0200 Subject: [PATCH] Add missing [super dealloc] --- Sources/VLSheetViewLyrics.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/VLSheetViewLyrics.mm b/Sources/VLSheetViewLyrics.mm index bddfd9b..1ec58b3 100644 --- a/Sources/VLSheetViewLyrics.mm +++ b/Sources/VLSheetViewLyrics.mm @@ -50,6 +50,7 @@ - (void)dealloc { [fText release]; + [super dealloc]; } - (NSString *) stringValue