Commit 340d0106 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

webservices/tests: Add a missing closesocket call (Coverity).

parent c2028521
......@@ -708,6 +708,7 @@ static DWORD CALLBACK server_proc( void *arg )
closesocket( c );
if (quit) break;
}
closesocket( s );
return 0;
}
......
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