From 8b5fc0b67b78a6f4336705e22806c837257cdead Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Jun 2020 10:30:57 +0300 Subject: Fix double fclose in map cache plugin --- src/plugins/mapcache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3-70-g09d2