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

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:23:53 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:23:53 -0700 (Fri, 26 Aug 2011)
New Revision: 12416

Modified:
   trunk/mapserver/mapcache/src/imageio_jpeg.c
   trunk/mapserver/mapcache/src/imageio_png.c
Log:
deactivate post-config forking until it is more tested
thomas.bonfort | 2011-08-02 17:37:27 +0200 (Tue, 02 Aug 2011)

Modified: trunk/mapserver/mapcache/src/imageio_jpeg.c
===================================================================
--- trunk/mapserver/mapcache/src/imageio_jpeg.c	2011-08-26 11:23:49 UTC (rev 12415)
+++ trunk/mapserver/mapcache/src/imageio_jpeg.c	2011-08-26 11:23:53 UTC (rev 12416)
@@ -254,8 +254,6 @@
 static geocache_buffer* _geocache_imageio_jpg_create_empty(geocache_context *ctx, geocache_image_format *format,
       size_t width, size_t height, unsigned int color) {
 
-   geocache_image_format_jpeg *f = (geocache_image_format_jpeg*)format;
-
    apr_pool_t *pool = NULL;
    if(apr_pool_create(&pool,ctx->pool) != APR_SUCCESS) {
       ctx->set_error(ctx,500,"png create empty: failed to create temp memory pool");

Modified: trunk/mapserver/mapcache/src/imageio_png.c
===================================================================
--- trunk/mapserver/mapcache/src/imageio_png.c	2011-08-26 11:23:49 UTC (rev 12415)
+++ trunk/mapserver/mapcache/src/imageio_png.c	2011-08-26 11:23:53 UTC (rev 12416)
@@ -1073,8 +1073,6 @@
 static geocache_buffer* _geocache_imageio_png_create_empty(geocache_context *ctx, geocache_image_format *format,
       size_t width, size_t height, unsigned int color) {
 
-   geocache_image_format_png *f = (geocache_image_format_png*)format;
-
    apr_pool_t *pool = NULL;
    if(apr_pool_create(&pool,ctx->pool) != APR_SUCCESS) {
       ctx->set_error(ctx,500,"png create empty: failed to create temp memory pool");



More information about the mapserver-commits mailing list