PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _lwt_release_faces()

static void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)
static

Definition at line 461 of file lwgeom_topo.c.

462 {
463  int i;
464  for ( i=0; i<num_faces; ++i ) {
465  if ( faces[i].mbr ) lwfree(faces[i].mbr);
466  }
467  lwfree(faces);
468 }
void lwfree(void *mem)
Definition: lwutil.c:242

References lwfree().

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

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