mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-04-30 10:14:29 +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…
x
Reference in New Issue
Block a user