[mapserver-commits] r7975 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Sun Oct 12 15:16:48 EDT 2008
Author: tamas
Date: 2008-10-12 15:16:47 -0400 (Sun, 12 Oct 2008)
New Revision: 7975
Modified:
trunk/mapserver/mapmssql2008.c
Log:
Prevent from calling msMSSQL2008CloseConnection from msMSSQL2008LayerClose causing memory corruption issues (#2790)
Modified: trunk/mapserver/mapmssql2008.c
===================================================================
--- trunk/mapserver/mapmssql2008.c 2008-10-11 15:08:09 UTC (rev 7974)
+++ trunk/mapserver/mapmssql2008.c 2008-10-12 19:16:47 UTC (rev 7975)
@@ -724,8 +724,6 @@
if(layerinfo) {
msConnPoolRelease(layer, layerinfo->conn);
- msMSSQL2008CloseConnection(layerinfo->conn);
-
layerinfo->conn = NULL;
if(layerinfo->user_srid) {
More information about the mapserver-commits
mailing list