shell32/tests: Fix Verbs instance leak (Valgrind).

This commit is contained in:
Nikolay Sivov 2015-06-03 23:08:08 +03:00 committed by Alexandre Julliard
parent d05999217e
commit 98da69a83f
1 changed files with 1 additions and 0 deletions

View File

@ -822,6 +822,7 @@ if (0) { /* crashes on winxp/win2k3 */
ok(hr == S_OK, "got 0x%08x\n", hr);
ok(verb == NULL, "got %p\n", verb);
FolderItemVerbs_Release(verbs);
FolderItem_Release(item);
IShellDispatch_Release(sd);
}