PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ _lwt_release_faces()

static void _lwt_release_faces ( LWT_ISO_FACE faces,
int  num_faces 
)
static

Definition at line 457 of file lwgeom_topo.c.

References lwfree().

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

458 {
459  int i;
460  for ( i=0; i<num_faces; ++i ) {
461  if ( faces[i].mbr ) lwfree(faces[i].mbr);
462  }
463  lwfree(faces);
464 }
void lwfree(void *mem)
Definition: lwutil.c:244
Here is the call graph for this function:
Here is the caller graph for this function: