PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rtpg_summarystats_arg_destroy()

static void rtpg_summarystats_arg_destroy ( rtpg_summarystats_arg  arg)
static

Definition at line 514 of file rtpg_statistics.c.

References rtpg_summarystats_arg_t::stats.

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

514  {
515  if (arg->stats != NULL)
516  pfree(arg->stats);
517 
518  pfree(arg);
519 }
Here is the caller graph for this function: