#define ARRAY_FREE(head)
Release all memory.
#define ARRAY_INIT(head)
Initialize an array.
void keymaplist_free(struct KeymapList *kml)
Free a List of Keymaps.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
Convenience wrapper for the library headers.