diff options
Diffstat (limited to 'FICS/ratings.c')
-rw-r--r-- | FICS/ratings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/ratings.c b/FICS/ratings.c index c0abbbf..92484a1 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -1437,6 +1437,7 @@ UpdateRank(int type, char *addName, statistics *sNew, char *delName) if ((fptemp = fopen(TmpRankFile, "w")) == NULL) { warn("%s: unable to open rank file for updating", __func__); + fclose(fp); return; } |