mongoc_server_description_destroy (3) Linux Manual Page
mongoc_server_description_destroy() – This function cleans up all memory associated with the given server description.
Synopsis
void mongoc_server_description_destroy(mongoc_server_description_t *description);
Parameters
description- A
The description to destroy.\&.
Description
This function cleans up all memory associated with the given server description.
Returns
None.
Colophon
This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
