[PATCH] webservices/tests: Add a missing closesocket call (Coverity).
9 Feb
2019
9 Feb
'19
3:55 p.m.
Signed-off-by: Sven Baars <sven.wine(a)gmail.com> --- dlls/webservices/tests/proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/webservices/tests/proxy.c b/dlls/webservices/tests/proxy.c index f5297796b3..3fe92367e9 100644 --- a/dlls/webservices/tests/proxy.c +++ b/dlls/webservices/tests/proxy.c @@ -708,6 +708,7 @@ static DWORD CALLBACK server_proc( void *arg ) closesocket( c ); if (quit) break; } + closesocket( s ); return 0; } -- 2.17.1
2505
Age (days ago)
2507
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hans Leidekker -
Sven Baars