bson_string_free - Man Page

bson_string_free()

Synopsis

char *
bson_string_free (bson_string_t *string, bool free_segment);

Parameters

Description

Frees the bson_string_t structure and optionally string->str.

Returns

string->str if free_segment is false, otherwise NULL.

Author

MongoDB, Inc

Info

Aug 17, 2023 1.24.3 libbson