iperf icon indicating copy to clipboard operation
iperf copied to clipboard

iperf_tcp: Fix two potential memory leaks in iperf_tcp_connect()

Open maks-mishin opened this issue 11 months ago • 1 comments

  • Development branch: master

  • Issues fixed: descriptor and memory leaks

  • Brief description of code changes: The descriptor s and pointer server_res are lost without close and free.

maks-mishin avatar Jan 16 '25 19:01 maks-mishin

Thanks for the PR!

bmah888 avatar Jan 27 '25 19:01 bmah888