PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ supporting_points_destroy()

static void supporting_points_destroy ( SUPPORTING_POINTS s)
static

Definition at line 47 of file lwboundingcircle.c.

References lwfree().

Referenced by lwgeom_calculate_mbc().

48 {
49  lwfree(s);
50 }
void lwfree(void *mem)
Definition: lwutil.c:244
Here is the call graph for this function:
Here is the caller graph for this function: