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
3ffbdc80f5
commit
2cf436a393
|
@ -93,6 +93,7 @@
|
||||||
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
NSNotificationCenter * nc = [NSNotificationCenter defaultCenter];
|
||||||
[nc removeObserver:soundStartObserver];
|
[nc removeObserver:soundStartObserver];
|
||||||
[nc removeObserver:soundStopObserver];
|
[nc removeObserver:soundStopObserver];
|
||||||
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (VLEditable *)editTarget
|
- (VLEditable *)editTarget
|
||||||
|
|
Loading…
Reference in New Issue
Block a user