Commit 0a109b38 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Call Binding_CloseCacheDownload after Binding_FinishedDownload.

parent ac4abb75
...@@ -734,8 +734,8 @@ static HRESULT URLMonikerImpl_BindToStorage_hack(LPCWSTR URLName, ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment