Module: wine Branch: master Commit: fcca6af646303b61041ca35adc0013b8d0469891 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fcca6af646303b61041ca35adc...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Jul 30 10:56:13 2012 +0200
urlmon/tests: Use proper helpers for iface calls.
---
dlls/urlmon/tests/url.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c index 69a2716..5be3f02 100644 --- a/dlls/urlmon/tests/url.c +++ b/dlls/urlmon/tests/url.c @@ -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;