dictDestroy(3) destroy dictionary.

SYNOPSIS


#include <util/dict.h>

void dictDestroy(dictCtx dict);

ARGUMENTS

dict - dictionary to destroy

DESCRIPTION

Release all resources used by <dict>.

MT-Level: Safe for unique <dict>.

RETURN VALUE

None.