table of contents
BSON_DESTROY(3) | libbson | BSON_DESTROY(3) |
SYNOPSIS¶
void bson_destroy (bson_t *bson);
PARAMETERS¶
- •
- bson: A bson_t.
DESCRIPTION¶
The bson_destroy() function shall free an allocated bson_t structure. Does nothing if bson is NULL.
This function should always be called when you are done with a bson_t unless otherwise specified.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
November 13, 2024 | 1.29.0 |