PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ rtpg_clip_arg_destroy()

static void rtpg_clip_arg_destroy ( rtpg_clip_arg  arg)
static

Definition at line 2954 of file rtpg_mapalgebra.c.

2954  {
2955  if (arg->band != NULL)
2956  pfree(arg->band);
2957 
2958  if (arg->raster != NULL)
2959  rt_raster_destroy(arg->raster);
2960  if (arg->mask != NULL)
2961  rt_raster_destroy(arg->mask);
2962 
2963  pfree(arg);
2964 }
void rt_raster_destroy(rt_raster raster)
Release memory associated to a raster.
Definition: rt_raster.c:86
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: