Docs » Autodocs » utility.library » FreeTagItems
FreeTagItems -- free an allocated tag list. (V36)
FreeTagItems(tagList); A0 VOID FreeTagItems(struct TagItem *);
Frees the memory of a TagItem list allocated either by AllocateTagItems() or CloneTagItems().
tagList - list to free, must have been obtained from AllocateTagItems() or CloneTagItems() (may be NULL)
<utility/tagitem.h>, AllocateTagItems(), CloneTagItems()
|