Commit 7e7519d1 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

wininet: Free critical section (Valgrind).

parent 163b3f1e
......@@ -5646,6 +5646,7 @@ static void test_async_HttpSendRequestEx(const struct notification_data *nd)
WaitForSingleObject( info.wait, 10000 );
Sleep(100);
CloseHandle( info.wait );
DeleteCriticalSection( &notification_cs );
}
static HINTERNET closetest_session, closetest_req, closetest_conn;
......
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