SE_stateinfo_free |
Releases memory allocated for an SE_STATEINFO structure
void SE_stateinfo_free (SE_STATEINFO state);
state | The pointer to a state structure |
SE_stateinfo_free frees the memory allocated for an SE_STATEINFO structure returned by SE_stateinfo_create.
None