Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. `freeAddrInfo` is called prematurely, the variable `myAddr` is still in use 2. Use defer syntax to ensure that `freeAddrInfo` is also called on exceptions
- Loading branch information