bson_string_free (3) Linux Manual Page
bson_string_free() – Frees the bson_string_t structure and optionally the string itself.
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.
