PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ GEOS_FREE

#define GEOS_FREE (   ...)
Value:
do { \
geos_destroy((sizeof((void*[]){__VA_ARGS__})/sizeof(void*)), __VA_ARGS__); \
} while (0)

Definition at line 80 of file liblwgeom/lwgeom_geos.c.