Might as well close the source if you aren't going to use it.

This commit is contained in:
vspader 2007-03-04 04:37:36 +00:00
parent eb96a75a1f
commit 5798532fed

View file

@ -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) {