PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ rtpg_clip_arg_destroy()

static void rtpg_clip_arg_destroy ( rtpg_clip_arg  arg)
static

Definition at line 2996 of file rtpg_mapalgebra.c.

2996  {
2997  if (arg->band != NULL)
2998  pfree(arg->band);
2999 
3000  if (arg->raster != NULL)
3001  rt_raster_destroy(arg->raster);
3002  if (arg->mask != NULL)
3003  rt_raster_destroy(arg->mask);
3004 
3005  pfree(arg);
3006 }
void rt_raster_destroy(rt_raster raster)
Release memory associated to a raster.
Definition: rt_raster.c:82
rtpg_clip_band band

References rtpg_clip_arg_t::band, rtpg_clip_arg_t::mask, rtpg_clip_arg_t::raster, and rt_raster_destroy().

Referenced by RASTER_clip().

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