1BSON_CONTEXT_DESTROY(3)             Libbson            BSON_CONTEXT_DESTROY(3)
2
3
4

NAME

6       bson_context_destroy - bson_context_destroy()
7

SYNOPSIS

9          void
10          bson_context_destroy (bson_context_t *context);
11

PARAMETERS

13       · context: A bson_context_t.
14

DESCRIPTION

16       The bson_context_destroy() function shall release all resources associ‐
17       ated with context. Does nothing if context is NULL.
18
19       This should be called when you are no  longer  using  a  bson_context_t
20       that you have allocated with bson_context_new().
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.14.0                           Feb 22, 2019          BSON_CONTEXT_DESTROY(3)
Impressum