PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ _lwt_release_faces()

static void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)
static

Definition at line 447 of file lwgeom_topo.c.

448 {
449  int i;
450  for ( i=0; i<num_faces; ++i ) {
451  if ( faces[i].mbr ) lwfree(faces[i].mbr);
452  }
453  lwfree(faces);
454 }
void lwfree(void *mem)
Definition: lwutil.c:244

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: