SE_rasterband_free_info_list

Releases memory allocated for a list of raster band structures

Usage syntax

void SE_rasterband_free_info_list (LONG count, SE_RASBANDINFO rasband_list);

Parameters
count The number of raster bands in the list
rasband_list Address of a pointer set to a dynamically allocated space which contains an array of SE_RASBANDINFO structures
Description

SE_rasterband_free_info_list frees the memory allocated for the list of raster band structures returned by SE_rasterband_get_info_list .

Do not use this function to free an array of SE_RASBANDINFO structures returned by the SE_rasterattr_get_rasterband_info_list. This array of raster band info structures is actually an array of references to internal pointers within the SE_RASTERATTR structure. These structures will be freed with the SE_RASTERATTR structure.

Returns

None