mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
browseui: Fix two memory leaks in the autocomplete tests.
This commit is contained in:
parent
b2d1c3eeec
commit
5324cb6135
@ -321,6 +321,9 @@ static void test_ACLMulti(void)
|
||||
ok(mgr->lpVtbl->Release(mgr) == 0, "Unexpected references\n");
|
||||
ok(acl1->ref == 1, "acl1 not released\n");
|
||||
ok(acl2->ref == 1, "acl2 not released\n");
|
||||
|
||||
CoTaskMemFree(acl1);
|
||||
CoTaskMemFree(acl2);
|
||||
}
|
||||
|
||||
START_TEST(autocomplete)
|
||||
|
Loading…
Reference in New Issue
Block a user