mshtml: Fixed tests on some broken Vista versions.

oldstable
Jacek Caban 2013-02-19 11:30:32 +01:00 committed by Alexandre Julliard
parent f16c9877bd
commit f5cb8c175c
1 changed files with 1 additions and 1 deletions

View File

@ -2348,7 +2348,7 @@ static void release_doc(IHTMLDocument2 *doc)
set_client_site(doc, FALSE);
ref = IHTMLDocument2_Release(doc);
ok(!ref, "ref = %d\n", ref);
ok(!ref || broken(ref == 1) /* Vista */, "ref = %d\n", ref);
if(client_site) {
IOleClientSite_Release(client_site);