FreeGadgets(glist)
VOID FreeGadgets(struct Gadget *glist);
Frees any GadTools gadgets found on the linked list of gadgets beginning with the specified one. Frees all the memory that was allocated by
CreateGadgetA(). This function will return safely with no action if it receives a NULL parameter.