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

SYNOPSIS

6          void
7          bson_destroy (bson_t *bson);
8

PARAMETERS

10bson: A bson_t.
11

DESCRIPTION

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

AUTHOR

20       MongoDB, Inc
21
23       2017-present, MongoDB, Inc
24
25
26
27
281.25.1                           Nov 08, 2023                  BSON_DESTROY(3)
Impressum