summaryrefslogtreecommitdiff
path: root/src/plugins/mapcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/mapcache.c')
-rw-r--r--src/plugins/mapcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/mapcache.c b/src/plugins/mapcache.c
index 3dc6e3b34..2b8e4c6f8 100644
--- a/src/plugins/mapcache.c
+++ b/src/plugins/mapcache.c
@@ -402,7 +402,6 @@ bool fix_md5_truncation_sub(FILE *fp, const char *map_name)
fseek(fp, 0, SEEK_SET);
fwrite(&mheader, sizeof(mheader), 1, fp);
- fclose(fp);
return true;
}