dictdestroy(3) - Linux man page

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.

See Also

dictDestroy(3), dictcleanup(3), dictreleaselock(3), dictremove(3), dictnext(3), dictcreate(3), dictsetvalue(3), dictmodifyvalue(3), dictSearch

Referenced By

dictsearch(3)