Commit 84d91bb9 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

ws2_32/tests: Add missing closesocket calls (Coverity).

parent 4c6e0405
......@@ -1061,6 +1061,9 @@ static void test_WithWSAStartup(void)
ok(error == WSAENOTSOCK, "expected 10038, got %d\n", error);
}
closesocket(src);
closesocket(dst);
WSACleanup();
}
......
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