You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/07 08:04:22 UTC

[GitHub] [rocketmq-client-cpp] ChrisZhangJin opened a new pull request, #431: fixed memory leak: free address info after get it using evutil_getadd…

ChrisZhangJin opened a new pull request, #431:
URL: https://github.com/apache/rocketmq-client-cpp/pull/431

   Memory leak in TcpTransport::getInetAddr #430
   
   ## What is the purpose of the change
   bugfix
   
   ## Brief changelog
   
   > src/transport/TcpTransport.cpp
   
   fix the meory leak caused by calling evutil_getaddrinfo without evutil_freeaddrinfo
   
   Tested and Verified locally. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-cpp] ifplusor merged pull request #431: fixed memory leak: free address info after get it using evutil_getadd…

Posted by GitBox <gi...@apache.org>.
ifplusor merged PR #431:
URL: https://github.com/apache/rocketmq-client-cpp/pull/431


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org