bson_strfreev (3) Linux Manual Page
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.
