Skip to content

Commit

Permalink
Merge pull request #197 from fix-196-resource-leak
Browse files Browse the repository at this point in the history
Fix #196, Free Address Info for Leak
  • Loading branch information
astrogeco committed Nov 3, 2021
2 parents 2af2a8d + f19f988 commit 3d938ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Subsystems/cmdUtil/SendUdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ int SendUdp(char *hostname, char *portNum, unsigned char *packetData, int packet

if (rp == NULL)
{
freeaddrinfo(result);
return -4;
}

Expand Down

0 comments on commit 3d938ca

Please sign in to comment.