Provided by: libmongoc-doc_1.3.1-1_all 

NAME
mongoc_cleanup() - This function is responsible for cleaning up after use of the MongoDB C driver. It
will release any lingering allocated memory which can be useful when running under valgrind.
SYNOPSIS
void
mongoc_cleanup (void);
DESCRIPTION
This function is responsible for cleaning up after use of the MongoDB C driver. It will release any
lingering allocated memory which can be useful when running under valgrind.
COLOPHON
This page is part of MongoDB C Driver. Please report any bugs at
https://jira.mongodb.org/browse/CDRIVER.
MongoDB C Driver 2016‐01‐18 MONGOC_CLEANUP(3)