ws2_32/tests: Properly destroy the async test window.
This commit is contained in:
parent
a5e0f09b52
commit
2c74796456
|
@ -3796,7 +3796,7 @@ end:
|
|||
if (hThread != NULL)
|
||||
CloseHandle(hThread);
|
||||
if (hWnd != NULL)
|
||||
CloseHandle(hWnd);
|
||||
DestroyWindow(hWnd);
|
||||
if (hEvent != NULL)
|
||||
CloseHandle(hEvent);
|
||||
if (hEvent2 != NULL)
|
||||
|
|
Loading…
Reference in New Issue