logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Description

       The bson_destroy() function shall free an allocated bson_t structure. Does nothing if bson is NULL.

       This function should always be called when you are done with a bson_t unless otherwise specified.

Parameters

bson: A bson_t.

Synopsis

          void
          bson_destroy (bson_t *bson);

See Also