NAME
    FreeTagItems --  Frees allocated tagitem lists. (v36)
SYNOPSIS
    FreeTagItems( tagList )
                    A0
    void FreeTagItems( struct tagitem *taglist );
FUNCTION
    Frees the memory of a tagitem list allocated either by
    allocatetagitems() or clonetagitems().
INPUTS
    TagList         - list to free.  Must be created by functions
                      specified. A value of NULL for 'tagList' is safe.
RESULT
    None.
BUGS
SEE ALSO
    allocatetagitems(), clonetagitems()