PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ rtpg_clip_arg_destroy()

static void rtpg_clip_arg_destroy ( rtpg_clip_arg  arg)
static

Definition at line 2995 of file rtpg_mapalgebra.c.

2995  {
2996  if (arg->band != NULL)
2997  pfree(arg->band);
2998 
2999  if (arg->raster != NULL)
3000  rt_raster_destroy(arg->raster);
3001  if (arg->mask != NULL)
3002  rt_raster_destroy(arg->mask);
3003 
3004  pfree(arg);
3005 }
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: