[geos-commits] r2656 - trunk/source/headers/geos/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Oct 5 14:42:09 EDT 2009


Author: strk
Date: 2009-10-05 14:42:08 -0400 (Mon, 05 Oct 2009)
New Revision: 2656

Modified:
   trunk/source/headers/geos/operation/buffer/OffsetCurveBuilder.h
Log:
another memory management doc

Modified: trunk/source/headers/geos/operation/buffer/OffsetCurveBuilder.h
===================================================================
--- trunk/source/headers/geos/operation/buffer/OffsetCurveBuilder.h	2009-10-05 18:40:11 UTC (rev 2655)
+++ trunk/source/headers/geos/operation/buffer/OffsetCurveBuilder.h	2009-10-05 18:42:08 UTC (rev 2656)
@@ -97,8 +97,9 @@
 	 * Lines are assumed to <b>not</b> be closed (the function will not
 	 * fail for closed lines, but will generate superfluous line caps).
 	 *
-	 * @param lineList the std::vector to which CoordinateSequences will
-	 *                 be pushed_back
+	 * @param lineList the std::vector to which newly created
+	 *                 CoordinateSequences will be pushed_back.
+	 *                 Caller will be responsible to delete them.
 	 * @param leftSide indicates that the left side buffer will be
 	 *                 obtained/skipped
 	 * @param rightSide indicates that the right side buffer will



More information about the geos-commits mailing list