Provided by: libmongoc-doc_1.26.0-1.1ubuntu2_all bug

SYNOPSIS

          void
          mongoc_client_destroy (mongoc_client_t *client);

       Release all resources associated with client and free the structure. Does nothing if client is NULL.

       Only  call mongoc_client_destroy() on a single-threaded client. Do not call on a mongoc_client_t obtained
       from a mongoc_client_pool_t, which should instead be pushed back with mongoc_client_pool_push().

PARAMETERS

client: A mongoc_client_t.

       SEE ALSO:
          mongoc_client_pool_push() to push a multi-threaded client back onto a pool.

AUTHOR

       MongoDB, Inc

COPYRIGHT

       2017-present, MongoDB, Inc

1.26.0                                            Mar 31, 2024                          MONGOC_CLIENT_DESTROY(3)