We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1901d commit b2b5c6eCopy full SHA for b2b5c6e
examples/example-client.c
@@ -69,5 +69,7 @@ main (int argc,
69
mongoc_collection_destroy (collection);
70
mongoc_client_destroy (client);
71
72
+ mongoc_cleanup ();
73
+
74
return EXIT_SUCCESS;
75
}
0 commit comments