FreeMenus(menu)
VOID FreeMenus(struct Menu *);
Frees the menus allocated by
CreateMenusA(). It is safe to call this function with a NULL parameter.
In case a menu is composed out of several calls to CreateMenus and tied together you still need to call FreeMenus on each pointer returned from CreateMenus. You don't have to untie before calling FreeMenus.