CDRIVER-4698 remove excess duplicate call (#1357)
This is not a bug. The duplicate call to `_mongoc_http_response_cleanup` does not currently result in a double free. Nonetheless, the duplicate call may result in a double free if the implementation of `_mongoc_http_send` changes in the future.
parent
eea39b14
Please register or sign in to comment