Might as well close the source if you aren't going to use it.
parent
eb96a75a1f
commit
5798532fed
|
@ -47,6 +47,8 @@
|
|||
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);
|
||||
if(noErr != err) {
|
||||
|
|
Loading…
Reference in New Issue