dictdestroy(3) - Linux man page
Name
dictDestroy - destroy dictionary.Synopsis
#include <util/dict.h> void dictDestroy(dictCtx dict);
Arguments
dict - dictionary to destroyDescription
Release all resources used by <dict>.MT-Level: Safe for unique <dict>.