diff --git a/Plugins/CoreAudio/CoreAudioDecoder.m b/Plugins/CoreAudio/CoreAudioDecoder.m index 6446b8669..de2c20528 100644 --- a/Plugins/CoreAudio/CoreAudioDecoder.m +++ b/Plugins/CoreAudio/CoreAudioDecoder.m @@ -46,6 +46,8 @@ NSURL *url = [source url]; if (![[url scheme] isEqualToString:@"file"]) return NO; + + [source close]; //There's no room for your kind around here! // Open the input file err = FSPathMakeRef((const UInt8 *)[[url path] UTF8String], &ref, NULL);