NAME
FreeTagItems -- free an allocated tag list. (V36)
SYNOPSIS
FreeTagItems(tagList);
A0
VOID FreeTagItems(struct tagitem *);
FUNCTION
Frees the memory of a tagitem list allocated either by
allocatetagitems() or clonetagitems().
INPUTS
tagList - list to free, must have been obtained from
allocatetagitems() or clonetagitems() (may be null)
SEE ALSO
<utility/tagitem.h>, allocatetagitems(), clonetagitems()