iperf
iperf copied to clipboard
iperf_tcp: Fix two potential memory leaks in iperf_tcp_connect()
-
Development branch: master
-
Issues fixed: descriptor and memory leaks
-
Brief description of code changes: The descriptor
sand pointerserver_resare lost without close and free.
Thanks for the PR!