Commit 2c747964 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

ws2_32/tests: Properly destroy the async test window.

parent a5e0f09b
......@@ -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)
......
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