1dictDestroy(3)                    util/dict.h                   dictDestroy(3)
2
3
4

NAME

6       dictDestroy  - destroy dictionary.
7

SYNOPSIS

9       #include <util/dict.h>
10
11
12       void dictDestroy(dictCtx dict);
13
14
15
16

ARGUMENTS

18       dict - dictionary to destroy
19
20

DESCRIPTION

22       Release all resources used by <dict>.
23
24       MT-Level: Safe for unique <dict>.
25
26

RETURN VALUE

28       None.
29
30

SEE ALSO

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)
Impressum