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

msi: Avoid leaking custom action data.

parent 77fa0502
......@@ -609,6 +609,7 @@ static DWORD WINAPI DllThread( LPVOID arg )
info = find_action_by_guid(guid);
ret = GetBinaryTypeW(info->source, &arch);
release_custom_action_data(info);
if (sizeof(void *) == 8 && ret && arch == SCS_32BIT_BINARY)
GetSystemWow64DirectoryW(buffer, MAX_PATH - sizeof(msiexecW)/sizeof(WCHAR));
......
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