Provided by: libbson-doc_1.9.2-1_all 

NAME
bson_string_free - bson_string_free()
SYNOPSIS
char *
bson_string_free (bson_string_t *string, bool free_segment);
PARAMETERS
• string: A bson_string_t.
• free_segment: A bool indicating if str->str should be returned.
DESCRIPTION
Frees the bson_string_t structure and optionally the string itself.
RETURNS
str->str if free_segment is true, otherwise NULL.
AUTHOR
MongoDB, Inc
COPYRIGHT
2018, MongoDB, Inc
1.9.2 Jan 12, 2018 BSON_STRING_FREE(3)