Removed unneccessary close

This commit is contained in:
Robert Osfield
2016-06-28 09:21:30 +01:00
parent 9253ea845b
commit 6937a8fcd3
3 changed files with 21 additions and 5 deletions

View File

@@ -162,7 +162,6 @@ load_md2 (const char *filename, const osgDB::ReaderWriter::Options* options)
file_fd = open (filename, O_RDONLY);
if (file_fd <= 0) {
close (file_fd);
return NULL;
}