urlmon: Call Binding_CloseCacheDownload after Binding_FinishedDownload.

This commit is contained in:
Jacek Caban 2006-06-20 19:04:55 +02:00 committed by Alexandre Julliard
parent ac4abb7536
commit 0a109b38c3
1 changed files with 1 additions and 1 deletions

View File

@ -734,8 +734,8 @@ static HRESULT URLMonikerImpl_BindToStorage_hack(LPCWSTR URLName,
InternetCloseHandle(bind->hinternet); InternetCloseHandle(bind->hinternet);
} while(0); } while(0);
Binding_CloseCacheDownload(bind);
Binding_FinishedDownload(bind, hres); Binding_FinishedDownload(bind, hres);
Binding_CloseCacheDownload(bind);
HeapFree(GetProcessHeap(), 0, user); HeapFree(GetProcessHeap(), 0, user);
HeapFree(GetProcessHeap(), 0, pass); HeapFree(GetProcessHeap(), 0, pass);