|
Previous: utility.library/FreeNamedObject |
TOC: Table of Contents |
Index: All Documents |
Next: utility.library/GetTagData |
| Title: |
| 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(). |
| Parameters: |
| tagList - list to free, must have been obtained from AllocateTagItems() or CloneTagItems() (may be NULL) |
| Related topics: |
| <utility/tagitem.h>, AllocateTagItems(), CloneTagItems() |