Skip to content

geos.GEOSFree ⇒ null

Free strings and byte buffers returned by functions such as GEOSWKBWriter_write(), GEOSWKBWriter_writeHEX() and GEOSWKTWriter_write(), etc. If passed a null pointer the function does nothing.

Kind: global property of geos
Returns: null - void

ParamTypeDescription
bufferPointerThe memory to free (may be null)

geos.GEOSFree_r ⇒ null

Free strings and byte buffers returned by functions such as GEOSWKBWriter_write(), GEOSWKBWriter_writeHEX() and GEOSWKTWriter_write(), etc. If passed a null pointer the function does nothing.

Kind: global property of geos
Returns: null - void

ParamTypeDescription
handleGEOSContextHandle_t-
bufferPointerThe memory to free (may be null)