Commit 84c3039a authored by John Selbie's avatar John Selbie

Code style and comment

parent eebc47f3
...@@ -55,7 +55,8 @@ HRESULT ResolveHostName(const char* pszHostName, int family, bool fNumericOnly, ...@@ -55,7 +55,8 @@ HRESULT ResolveHostName(const char* pszHostName, int family, bool fNumericOnly,
Cleanup: Cleanup:
if (pResultList != NULL) { if (pResultList != NULL) // android will crash if passed NULL
{
::freeaddrinfo(pResultList); ::freeaddrinfo(pResultList);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment