PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ destroy_minheap()

static void destroy_minheap ( MINHEAP  tree)
static

Definition at line 62 of file effectivearea.c.

63 {
64  lwfree(tree.key_array);
65 }
void lwfree(void *mem)
Definition: lwutil.c:244
areanode ** key_array
Definition: effectivearea.h:56

References MINHEAP::key_array, and lwfree().

Referenced by tune_areas().

Here is the call graph for this function:
Here is the caller graph for this function: