1BSON_WRITER_DESTROY(3) libbson BSON_WRITER_DESTROY(3)
23
4
SYNOPSIS
6void
7bson_writer_destroy (bson_writer_t *writer);
8
PARAMETERS
10• writer: A bson_writer_t.
11
DESCRIPTION
13Cleanup after writer and release any allocated memory. Does nothing if
14writer is NULL. Note that the buffer supplied to bson_writer_new() is
15NOT freed from this method. The caller is responsible for that.
16
AUTHOR
18MongoDB, Inc
19
COPYRIGHT
212017-present, MongoDB, Inc
2223
24
25
26
1.25.1 Nov 08, 2023 BSON_WRITER_DESTROY(3)