Skip to content

Commit 9e7578d

Browse files
committed
Fix build error
1 parent 3891125 commit 9e7578d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapfile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6716,7 +6716,7 @@ mapObj *msLoadMap(const char *filename, const char *new_mappath)
67166716

67176717
if (msTransformXmlMapfile(getenv("MS_XMLMAPFILE_XSLT"), filename, msyyin) != MS_SUCCESS) {
67186718
fclose(msyyin);
6719-
msFreeMap(map)
6719+
msFreeMap(map);
67206720
return NULL;
67216721
}
67226722
fseek ( msyyin , 0 , SEEK_SET );

0 commit comments

Comments
 (0)