Commit e4e7e956 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

msi: Close all handles opened by a custom action thread.

parent af35e10c
......@@ -580,7 +580,8 @@ UINT CDECL __wine_msi_call_dll_function(DWORD client_pid, const GUID *guid)
midl_user_free(dll);
midl_user_free(proc);
MsiCloseHandle(hPackage);
MsiCloseAllHandles();
return r;
}
......
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