[mapserver-commits] r12292 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:14:23 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:14:23 -0700 (Fri, 26 Aug 2011)
New Revision: 12292
Modified:
trunk/mapserver/mapcache/src/service_kml.c
Log:
destroy cairo structures after use
thomas.bonfort | 2011-02-04 09:28:22 +0100 (Fri, 04 Feb 2011)
Modified: trunk/mapserver/mapcache/src/service_kml.c
===================================================================
--- trunk/mapserver/mapcache/src/service_kml.c 2011-08-26 11:14:19 UTC (rev 12291)
+++ trunk/mapserver/mapcache/src/service_kml.c 2011-08-26 11:14:23 UTC (rev 12292)
@@ -117,7 +117,7 @@
char *last, *key, *endptr;
geocache_tileset *tileset = NULL;
geocache_grid_link *grid_link = NULL;
- char *pathinfo;
+ char *pathinfo = NULL;
int x=-1,y=-1,z=-1;
if(cpathinfo) {
More information about the mapserver-commits
mailing list