[geos-commits] r2508 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Wed May 13 07:29:55 EDT 2009


Author: warmerdam
Date: 2009-05-13 07:29:55 -0400 (Wed, 13 May 2009)
New Revision: 2508

Modified:
   trunk/capi/geos_c.h.in
Log:
refer to GEOSFree() instead of free()

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2009-05-13 11:26:49 UTC (rev 2507)
+++ trunk/capi/geos_c.h.in	2009-05-13 11:29:55 UTC (rev 2508)
@@ -21,9 +21,8 @@
  *	  functions, and call finishGEOS() when done.
  *
  *	- Currently you have to explicitly GEOSGeom_destroy() all
- *	  GEOSGeom objects to avoid memory leaks, and to free()
- *	  all returned char * (unless const). This might change
- *	  before first release to ensure greater API stability.
+ *	  GEOSGeom objects to avoid memory leaks, and to GEOSFree()
+ *	  all returned char * (unless const). 
  *
  ***********************************************************************/
 



More information about the geos-commits mailing list