1
0
forked from aniani/vim

Fixes for coverity warnings.

This commit is contained in:
Bram Moolenaar
2010-07-31 16:44:19 +02:00
parent a26559b553
commit a9d52e3b79
11 changed files with 25 additions and 22 deletions

View File

@@ -9439,7 +9439,8 @@ spell_add_word(word, len, bad, idx, undo)
fseek(fd, fpos_next, SEEK_SET);
}
}
fclose(fd);
if (fd != NULL)
fclose(fd);
}
}