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