SE_rasterinfo_free

Releases memory allocated for an SE_RASTERINFO structure

Usage syntax

void SE_rasterinfo_free (SE_RASTERINFO raster);

Parameters
raster The pointer to a raster structure
Description

SE_rasterinfo_free frees the memory allocated for an SE_RASTERINFO structure returned by SE_rasterinfo_create.

Do not use this function to free the SE_RASTERINFO structure returned by the SE_rasterattr_get_raster_info function. This raster info structure is actually an internal pointer to a buffer within the SE_RASTERATTR structure. This memory is freed when the SE_RASTERATTR structure is freed.

Returns

None