Provided by: libbson-doc_1.3.1-1_all 

NAME
bson_strfreev() - This will free each string in a NULL-terminated array of strings and then the array
itself.
SYNOPSIS
void
bson_strfreev (char **strv);
PARAMETERS
strv A NULL‐terminated array of strings to free, including the array.
DESCRIPTION
This will free each string in a NULL‐terminated array of strings and then the array itself.
COLOPHON
This page is part of libbson. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
libbson 2016‐01‐18 BSON_STRFREEV(3)