urlmon/tests: Use proper helpers for iface calls.

This commit is contained in:
Jacek Caban 2012-07-30 10:56:13 +02:00 committed by Alexandre Julliard
parent 0947bc78a7
commit fcca6af646
1 changed files with 2 additions and 2 deletions

View File

@ -2638,8 +2638,8 @@ static BOOL test_bscholder(IBindStatusCallback *holder)
CHECK_CALLED_BROKEN(QueryInterface_IHttpNegotiate2); /* IE8 */
CHECK_CALLED(GetRootSecurityId);
IHttpNegotiate_Release(http_negotiate2_serv);
IHttpNegotiate_Release(http_negotiate2);
IHttpNegotiate2_Release(http_negotiate2_serv);
IHttpNegotiate2_Release(http_negotiate2);
}else {
skip("Could not get IHttpNegotiate2\n");
ret = FALSE;