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