[fdo-commits] r728 - branches/3.2.x/Fdo/Unmanaged/Src/Geometry/Fgf
svn_fdo at osgeo.org
svn_fdo at osgeo.org
Wed Feb 7 11:05:01 EST 2007
Author: gavincramer
Date: 2007-02-07 11:05:01 -0500 (Wed, 07 Feb 2007)
New Revision: 728
Modified:
branches/3.2.x/Fdo/Unmanaged/Src/Geometry/Fgf/GeometryFactory.cpp
Log:
(Fix Linux build) FDO: Fix Geometry pool sharing objects between threads
Modified: branches/3.2.x/Fdo/Unmanaged/Src/Geometry/Fgf/GeometryFactory.cpp
===================================================================
--- branches/3.2.x/Fdo/Unmanaged/Src/Geometry/Fgf/GeometryFactory.cpp 2007-02-07 16:04:33 UTC (rev 727)
+++ branches/3.2.x/Fdo/Unmanaged/Src/Geometry/Fgf/GeometryFactory.cpp 2007-02-07 16:05:01 UTC (rev 728)
@@ -140,7 +140,7 @@
}
FdoFgfGeometryFactory2::FdoFgfGeometryFactory2(bool useThreadLocal)
- : m_useThreadLocal(useThreadLocal), m_geometryPools(NULL)
+ : m_useThreadLocal(useThreadLocal)
{
try
{
More information about the fdo-commits
mailing list