SE_rasbandinfo_free |
Releases memory allocated for an SE_RASBANDINFO structure
void SE_rasbandinfo_free (SE_RASBANDINFO rasterband);
rasterband | The pointer to a raster band structure |
SE_rasbandinfo_free frees the memory allocated for an SE_RASBANDINFO structure returned by SE_rasbandinfo_create .
Do not use this function to free the SE_RASBANDINFO structure returned by the SE_rasterattr_get_rasterband_info as this raster band info structure is an internal reference to the raster band info buffer within the SE_RASTERATTR structure. This raster band info structure will be freed when the SE_RASTERATTR structure is freed.
None