1dictDestroy(3) util/dict.h dictDestroy(3)
2
3
4
6 dictDestroy - destroy dictionary.
7
9 #include <util/dict.h>
10
11
12 void dictDestroy(dictCtx dict);
13
14
15
16
18 dict - dictionary to destroy
19
20
22 Release all resources used by <dict>.
23
24 MT-Level: Safe for unique <dict>.
25
26
28 None.
29
30
32 dictDestroy(3), dictCleanup(3), dictReleaseLock(3), dictRemove(3),
33 dictNext(3), dictCreate(3), dictSetValue(3), dictModifyValue(3), dict‐
34 Search
35
36
37
38ClearSilver 12 July 2007 dictDestroy(3)