mongoc_cleanup()
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.
void mongoc_cleanup (void);
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.