[mapserver-commits] r11374 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Mar 29 20:15:22 EDT 2011


Author: dmorissette
Date: 2011-03-29 17:15:22 -0700 (Tue, 29 Mar 2011)
New Revision: 11374

Modified:
   trunk/mapserver/maputil.c
Log:
Call msHTTPCleanup() only with -DUSE_CURL (#3661)

Modified: trunk/mapserver/maputil.c
===================================================================
--- trunk/mapserver/maputil.c	2011-03-29 23:37:29 UTC (rev 11373)
+++ trunk/mapserver/maputil.c	2011-03-30 00:15:22 UTC (rev 11374)
@@ -1820,7 +1820,7 @@
   pj_deallocate_grids();
   msSetPROJ_LIB( NULL );
 #endif
-#if defined(USE_WMS_LYR) || defined(USE_WFS_LYR)
+#if defined(USE_CURL)
   msHTTPCleanup();
 #endif
 



More information about the mapserver-commits mailing list