1MONGOC_URI_DESTROY(3) libmongoc MONGOC_URI_DESTROY(3)
23
4
NAME
6mongoc_uri_destroy - mongoc_uri_destroy()
7
SYNOPSIS
9void
10mongoc_uri_destroy (mongoc_uri_t *uri);
11
PARAMETERS
13ยท uri: A mongoc_uri_t.
14
DESCRIPTION
16Frees all resources associated with a uri. Does nothing if uri is NULL.
17
AUTHOR
19MongoDB, Inc
20
COPYRIGHT
222017-present, MongoDB, Inc
2324
25
26
27
1.17.4 Feb 04, 2021 MONGOC_URI_DESTROY(3)