Value: { \
int j; for (j=0; j<(a)->size; ++j) { \
LWT_EDGERING_CLEAN((a)->rings[j]); \
} \
if ( (a)->capacity )
lwfree((a)->rings); \
if ( (a)->tree ) { \
GEOSSTRtree_destroy( (a)->tree ); \
(a)->tree = NULL; \
} \
}
Definition at line 6121 of file lwgeom_topo.c.
6121 { \
6122 int j; for (j=0; j<(a)->size; ++j) { \
6123 LWT_EDGERING_CLEAN((a)->rings[j]); \
6124 } \
6125 if ( (a)->capacity )
lwfree((a)->rings); \
6126 if ( (a)->tree ) { \
6127 GEOSSTRtree_destroy( (a)->tree ); \
6128 (a)->tree = NULL; \
6129 } \
6130}