[mapserver-commits] r8675 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sun Mar 8 15:54:35 EDT 2009


Author: assefa
Date: 2009-03-08 15:54:35 -0400 (Sun, 08 Mar 2009)
New Revision: 8675

Modified:
   trunk/mapserver/mapwfs.c
Log:
free map projection before assigning a new projection from srsname #2899

Modified: trunk/mapserver/mapwfs.c
===================================================================
--- trunk/mapserver/mapwfs.c	2009-03-08 19:46:39 UTC (rev 8674)
+++ trunk/mapserver/mapwfs.c	2009-03-08 19:54:35 UTC (rev 8675)
@@ -1189,6 +1189,7 @@
           }
           /*we load the projection sting in the map and possibly 
             set the axis order*/
+          msFreeProjection(&map->projection);
           msLoadProjectionStringEPSG(&(map->projection), paramsObj->pszSrs);
       }
   }



More information about the mapserver-commits mailing list