[mapserver-commits] r12333 - trunk/mapserver/mapcache/src
svn at osgeo.org
svn at osgeo.org
Fri Aug 26 07:17:36 EDT 2011
Author: tbonfort
Date: 2011-08-26 04:17:36 -0700 (Fri, 26 Aug 2011)
New Revision: 12333
Modified:
trunk/mapserver/mapcache/src/mod_geocache.c
Log:
freshen INSTALL documentation
thomas.bonfort | 2011-03-08 20:14:11 +0100 (Tue, 08 Mar 2011)
Modified: trunk/mapserver/mapcache/src/mod_geocache.c
===================================================================
--- trunk/mapserver/mapcache/src/mod_geocache.c 2011-08-26 11:17:33 UTC (rev 12332)
+++ trunk/mapserver/mapcache/src/mod_geocache.c 2011-08-26 11:17:36 UTC (rev 12333)
@@ -101,7 +101,6 @@
char *msg = apr_pvsprintf(c->pool,message,args);
va_end(args);
ap_log_error(APLOG_MARK, APLOG_INFO, 0, ctx->server,"%s",msg);
- free(msg);
}
void apache_context_request_log(geocache_context *c, geocache_log_level level, char *message, ...) {
More information about the mapserver-commits
mailing list