[geos-commits] r3813 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jun 7 02:21:56 PDT 2013


Author: mloskot
Date: 2013-06-07 02:21:56 -0700 (Fri, 07 Jun 2013)
New Revision: 3813

Modified:
   trunk/capi/geos_ts_c.cpp
Log:
Fix incomplete type of Node at the point of destruction (by GeometryNoder) leading to never called destructor bug.

Modified: trunk/capi/geos_ts_c.cpp
===================================================================
--- trunk/capi/geos_ts_c.cpp	2013-06-07 09:13:55 UTC (rev 3812)
+++ trunk/capi/geos_ts_c.cpp	2013-06-07 09:21:56 UTC (rev 3813)
@@ -46,6 +46,7 @@
 #include <geos/simplify/DouglasPeuckerSimplifier.h>
 #include <geos/simplify/TopologyPreservingSimplifier.h>
 #include <geos/noding/GeometryNoder.h>
+#include <geos/noding/Noder.h>
 #include <geos/operation/buffer/BufferBuilder.h>
 #include <geos/operation/buffer/BufferOp.h>
 #include <geos/operation/buffer/BufferParameters.h>



More information about the geos-commits mailing list