SE_anno_free

Releases memory allocated for an SE_ANNO structure

Usage syntax

void SE_anno_free (SE_ANNO anno);

Parameters
anno A pointer to an SE_ANNO object
Description

SE_anno_free frees the memory allocated for an SE_ANNO object returned by SE_anno_create.

Returns

None