SE_rastileinfo_free |
Releases memory allocated for an SE_RASTILEINFO structure
void SE_rastileinfo_free (SE_RASTILEINFO tile);
tile | The pointer to a raster tile structure |
SE_rastileinfo_free frees the memory allocated for an SE_RASTILEINFO structure returned by SE_rastileinfo_create.
None