Add missing [super dealloc]

This commit is contained in:
Matthias Neeracher 2012-05-20 02:04:13 +02:00
parent f1cf51da89
commit 50f1c3c4ca

View File

@ -50,6 +50,7 @@
- (void)dealloc - (void)dealloc
{ {
[fText release]; [fText release];
[super dealloc];
} }
- (NSString *) stringValue - (NSString *) stringValue