Should probably close files again after you're finished with them.

This commit is contained in:
David Schmidt 2010-04-16 02:14:59 +00:00
parent 69507de665
commit 8096e96c21

View File

@ -2728,6 +2728,7 @@ Guess the image size. Return values:
else /* Let's pretend it's an HDV image */
rc = 3;
}
close(fd);
}
return rc;
}