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

◆ _lwt_release_faces()

void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)

Definition at line 450 of file lwgeom_topo.c.

451{
452 int i;
453 for ( i=0; i<num_faces; ++i ) {
454 if ( faces[i].mbr ) lwfree(faces[i].mbr);
455 }
456 lwfree(faces);
457}
void lwfree(void *mem)
Definition lwutil.c:248

References lwfree().

Referenced by _lwt_AddFaceSplit(), _lwt_RemEdge(), and lwt_AddPolygon().

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