SYNOPSIS

#include <bson.h>

void
bson_free (void *mem);

DESCRIPTION

The bson_free() function shall free the memory supplied by mem. This should be used by functions that require you free the result with bson_free().

ERRORS

No errors are defined.

SEE ALSO

AUTHORS

This page was written by MongoDB, Inc.