PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ coverage_destroy_geoms()

static void coverage_destroy_geoms ( GEOSGeometry **  geoms,
uint32  ngeoms 
)
static

Definition at line 474 of file lwgeom_window.c.

475{
476 if (!geoms) return;
477 if (!ngeoms) return;
478 for (uint32 i = 0; i < ngeoms; i++)
479 {
480 if(geoms[i])
481 GEOSGeom_destroy(geoms[i]);
482 }
483}

Referenced by coverage_read_partition_into_collection(), and ST_CoverageUnion().

Here is the caller graph for this function: