Unverified Commit 7c49ae2c authored by Kevin Albertson's avatar Kevin Albertson Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment