mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Add missing [super dealloc]
This commit is contained in:
parent
f1cf51da89
commit
50f1c3c4ca
|
@ -50,6 +50,7 @@
|
|||
- (void)dealloc
|
||||
{
|
||||
[fText release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (NSString *) stringValue
|
||||
|
|
Loading…
Reference in New Issue
Block a user