wininet: Free critical section (Valgrind).
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
163b3f1e38
commit
7e7519d1f5
|
@ -5646,6 +5646,7 @@ static void test_async_HttpSendRequestEx(const struct notification_data *nd)
|
||||||
WaitForSingleObject( info.wait, 10000 );
|
WaitForSingleObject( info.wait, 10000 );
|
||||||
Sleep(100);
|
Sleep(100);
|
||||||
CloseHandle( info.wait );
|
CloseHandle( info.wait );
|
||||||
|
DeleteCriticalSection( ¬ification_cs );
|
||||||
}
|
}
|
||||||
|
|
||||||
static HINTERNET closetest_session, closetest_req, closetest_conn;
|
static HINTERNET closetest_session, closetest_req, closetest_conn;
|
||||||
|
|
Loading…
Reference in New Issue