Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

void

Author

       MongoDB, Inc

Description

       Frees a mongoc_gridfs_file_list_t and releases any associated resources. Does nothing if list is NULL.

Parameters

list: A mongoc_gridfs_file_list_t.

Synopsis

          void
          mongoc_gridfs_file_list_destroy (mongoc_gridfs_file_list_t *list);

See Also