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

◆ rtpg_summarystats_arg_destroy()

static void rtpg_summarystats_arg_destroy ( rtpg_summarystats_arg  arg)
static

Definition at line 508 of file rtpg_statistics.c.

508 {
509 if (arg->stats != NULL)
510 pfree(arg->stats);
511
512 pfree(arg);
513}

References rtpg_summarystats_arg_t::stats.

Referenced by RASTER_summaryStats_finalfn(), RASTER_summaryStats_transfn(), and rtpg_summarystats_arg_init().

Here is the caller graph for this function: