SE_rasterinfo_free |
Releases memory allocated for an SE_RASTERINFO structure
void SE_rasterinfo_free (SE_RASTERINFO raster);
raster | The pointer to a raster structure |
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.
None