PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ _lwt_release_faces()

static void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)
static

Definition at line 455 of file lwgeom_topo.c.

456 {
457  int i;
458  for ( i=0; i<num_faces; ++i ) {
459  if ( faces[i].mbr ) lwfree(faces[i].mbr);
460  }
461  lwfree(faces);
462 }
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: