Whoops, forgot to remove the volume scaling option observer when cleaning up ConverterNode

CQTexperiment
Chris Moeller 2013-10-07 20:21:34 -07:00
parent 380993ff16
commit 1123dc6b91
1 changed files with 2 additions and 0 deletions

View File

@ -390,6 +390,8 @@ static float db_to_scale(float db)
- (void)cleanUp
{
[[NSUserDefaultsController sharedUserDefaultsController] removeObserver:self];
[rgInfo release];
rgInfo = nil;
if (converterFloat)