1BSON_CONTEXT_DESTROY(3) libbson BSON_CONTEXT_DESTROY(3)
2
3
4
6 bson_context_destroy - bson_context_destroy()
7
9 void
10 bson_context_destroy (bson_context_t *context);
11
13 • context: A bson_context_t.
14
16 The bson_context_destroy() function shall release all resources associ‐
17 ated with context. Does nothing if context is NULL.
18
19 This should be called when you are no longer using a bson_context_t
20 that you have allocated with bson_context_new().
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.23.1 Oct 20, 2022 BSON_CONTEXT_DESTROY(3)