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
| Param | Type | Description |
|---|---|---|
| buffer | Pointer | The 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
| Param | Type | Description |
|---|---|---|
| handle | GEOSContextHandle_t | - |
| buffer | Pointer | The memory to free (may be null) |