SE_stateinfo_free

Releases memory allocated for an SE_STATEINFO structure

Usage syntax

void SE_stateinfo_free (SE_STATEINFO state);

Parameters
state The pointer to a state structure
Description

SE_stateinfo_free frees the memory allocated for an SE_STATEINFO structure returned by SE_stateinfo_create.

Returns

None