Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 341 Bytes

bson_free.rst

File metadata and controls

23 lines (14 loc) · 341 Bytes
man_page:bson_free

bson_free()

Synopsis

void
bson_free (void *mem);

Parameters

  • mem: A memory region.

Description

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