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