PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ delFace()

static void delFace ( Face f)
static

Definition at line 1176 of file liblwgeom/lwgeom_geos.c.

References Face_t::env, and lwfree().

Referenced by LWGEOM_GEOS_buildArea().

1177 {
1178  GEOSGeom_destroy(f->env);
1179  lwfree(f);
1180 }
void lwfree(void *mem)
Definition: lwutil.c:244
GEOSGeometry * env
Here is the call graph for this function:
Here is the caller graph for this function: