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

◆ _lwt_release_faces()

void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)

Definition at line 510 of file lwgeom_topo.c.

511{
512 int i;
513 for ( i=0; i<num_faces; ++i ) {
514 if ( faces[i].mbr ) lwfree(faces[i].mbr);
515 }
516 lwfree(faces);
517}
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: