[mapserver-commits] r12161 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:03:16 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:03:16 -0700 (Fri, 26 Aug 2011)
New Revision: 12161

Modified:
   trunk/mapserver/mapcache/src/mod_geocache.c
Log:
fix handling of rgb/rgba pngs
thomas.bonfort | 2010-11-11 09:38:45 +0100 (Thu, 11 Nov 2010)

Modified: trunk/mapserver/mapcache/src/mod_geocache.c
===================================================================
--- trunk/mapserver/mapcache/src/mod_geocache.c	2011-08-26 11:03:11 UTC (rev 12160)
+++ trunk/mapserver/mapcache/src/mod_geocache.c	2011-08-26 11:03:16 UTC (rev 12161)
@@ -197,7 +197,7 @@
 static int mod_geocache_request_handler(request_rec *r) {
    apr_table_t *params;
    geocache_cfg *config = NULL;
-   geocache_request *request;
+   geocache_request *request = NULL;
    geocache_context_apache_request *apache_ctx = apache_request_context_create(r); 
    geocache_context *global_ctx = (geocache_context*)apache_ctx;
    geocache_tile *tile;



More information about the mapserver-commits mailing list