urlmon: Initialise the cache_file field of DownloadBSC on creation.

This commit is contained in:
Rob Shearman 2008-03-10 19:30:20 +00:00 committed by Alexandre Julliard
parent 0110512904
commit 503b1bc107
1 changed files with 1 additions and 0 deletions

View File

@ -309,6 +309,7 @@ static IBindStatusCallback *DownloadBSC_Create(IBindStatusCallback *callback, LP
ret->lpServiceProviderVtbl = &ServiceProviderVtbl;
ret->ref = 1;
ret->file_name = heap_strdupW(file_name);
ret->cache_file = NULL;
if(callback)
IBindStatusCallback_AddRef(callback);