scrrun: Initialize find handle for file collection.

This commit is contained in:
Nikolay Sivov 2014-03-11 08:13:53 +04:00 committed by Alexandre Julliard
parent 06f80d6542
commit 1e46f605c5
1 changed files with 1 additions and 0 deletions

View File

@ -1062,6 +1062,7 @@ static HRESULT create_filecoll_enum(struct filecollection *collection, IUnknown
This->IEnumVARIANT_iface.lpVtbl = &filecollenumvariantvtbl;
This->ref = 1;
This->data.u.filecoll.find = NULL;
This->data.u.filecoll.coll = collection;
IFileCollection_AddRef(&collection->IFileCollection_iface);