We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966c1c commit a09f2aeCopy full SHA for a09f2ae
mapfile.c
@@ -5896,7 +5896,9 @@ int initMap(mapObj *map)
5896
5897
msInitQuery(&(map->query));
5898
5899
+#ifdef USE_V8
5900
map->v8context = NULL;
5901
+#endif
5902
5903
return(0);
5904
}
mapobject.c
@@ -137,8 +137,10 @@ void msFreeMap(mapObj *map)
137
138
msFreeQuery(&(map->query));
139
140
141
if (map->v8context)
142
msV8FreeContext(map);
143
144
145
msFree(map);
146
0 commit comments