hhctrl.ocx: Add a missing Release call.

This commit is contained in:
Erich Hoover 2012-01-25 13:26:06 -07:00 committed by Alexandre Julliard
parent 88f6e898c6
commit fbc12b4a82
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ static SearchItem *SearchCHM_Storage(SearchItem *item, IStorage *pStorage,
FIXME("Unhandled IStorage stream element.\n");
}
}
IEnumSTATSTG_Release(elem);
return item;
}