|  |  
 |   |   
 SYNOPSISvoid mongoc_stream_destroy (mongoc_stream_t *stream); PARAMETERS
 This function shall release all resources associated with a mongoc_stream_t, including freeing the structure. It is invalid to use stream after calling this function. Does nothing if stream is NULL. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc. 
 
 |