Commit 8480f39f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Initialize iosb.

parent a760181b
......@@ -1328,7 +1328,7 @@ static int WS2_register_async_shutdown( SOCKET s, int fd, enum ws2_mode mode )
DWORD dwflags = 0;
int len = 0;
LPWSAOVERLAPPED ovl = HeapAlloc(GetProcessHeap(), 0, sizeof( WSAOVERLAPPED ));
IO_STATUS_BLOCK *iosb;
IO_STATUS_BLOCK *iosb = NULL;
TRACE("s %d fd %d mode %d\n", s, fd, mode);
if (!ovl)
......
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