table of contents
| MONGOC_CLEANUP(3) | Library Functions Manual | MONGOC_CLEANUP(3) |
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.| 2016‐10‐12 | MongoDB C Driver |