Whoops, forgot to remove the volume scaling option observer when cleaning up ConverterNode
This commit is contained in:
parent
380993ff16
commit
1123dc6b91
1 changed files with 2 additions and 0 deletions
|
@ -390,6 +390,8 @@ static float db_to_scale(float db)
|
|||
|
||||
- (void)cleanUp
|
||||
{
|
||||
[[NSUserDefaultsController sharedUserDefaultsController] removeObserver:self];
|
||||
|
||||
[rgInfo release];
|
||||
rgInfo = nil;
|
||||
if (converterFloat)
|
||||
|
|
Loading…
Reference in a new issue