PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_release_faces()

static void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)
static

Definition at line 441 of file lwgeom_topo.c.

442 {
443  int i;
444  for ( i=0; i<num_faces; ++i ) {
445  if ( faces[i].mbr ) lwfree(faces[i].mbr);
446  }
447  lwfree(faces);
448 }
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: