[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


   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()


[Back to Amiga Developer Docs]