PostGIS 3.0.6dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ _lwt_release_nodes()

static void _lwt_release_nodes ( LWT_ISO_NODE nodes,
int  num_nodes 
)
static

Definition at line 461 of file lwgeom_topo.c.

462{
463 int i;
464 for ( i=0; i<num_nodes; ++i ) {
465 if ( nodes[i].geom ) lwpoint_free(nodes[i].geom);
466 }
467 lwfree(nodes);
468}
void lwpoint_free(LWPOINT *pt)
Definition lwpoint.c:213
void lwfree(void *mem)
Definition lwutil.c:242

References lwfree(), and lwpoint_free().

Referenced by _lwt_AddEdge(), _lwt_AddFaceSplit(), _lwt_AddLine(), _lwt_AddLineEdge(), _lwt_AddPoint(), _lwt_CheckEdgeCrossing(), lwt_AddIsoEdge(), lwt_ChangeEdgeGeom(), and lwt_GetNodeByPoint().

Here is the call graph for this function:
Here is the caller graph for this function: