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.