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

This commit is contained in:
Chris Moeller 2013-10-07 20:21:34 -07:00
parent 380993ff16
commit 1123dc6b91

View file

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