dictDestroy (3) - Linux Manuals

dictDestroy: destroy dictionary.

NAME

dictDestroy - 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.