SE_rascolinfo_free |
Releases memory allocated for an SE_RASCOLINFO structure
void SE_rascolinfo_free (SE_RASCOLINFO rastercolumn);
rastercolumn | The pointer to a raster column structure |
SE_rascolinfo_free frees the memory allocated for an SE_RASCOLINFO structure returned by SE_rascolinfo_create.
None