1BSON_DESTROY(3)                     libbson                    BSON_DESTROY(3)
2
3
4

NAME

6       bson_destroy - bson_destroy()
7

SYNOPSIS

9          void
10          bson_destroy (bson_t *bson);
11

PARAMETERS

13bson: A bson_t.
14

DESCRIPTION

16       The  bson_destroy()  function shall free an allocated bson_t structure.
17       Does nothing if bson is NULL.
18
19       This function should always be called when you are done with  a  bson_t
20       unless otherwise specified.
21

AUTHOR

23       MongoDB, Inc
24
26       2017-present, MongoDB, Inc
27
28
29
30
311.21.1                           Mar 02, 2022                  BSON_DESTROY(3)
Impressum