SE_layerinfo_free |
Releases memory allocated for an SE_LAYERINFO structure
void SE_layerinfo_free (SE_LAYERINFO layer);
layer | The pointer to a layer structure |
SE_layerinfo_free frees the memory allocated for an SE_LAYERINFO structure returned by SE_layerinfo_create.
None