[WINESYNC] msi: Avoid leaking custom action data.

Signed-off-by: Zebediah Figura <[email protected]>
Signed-off-by: Hans Leidekker <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id f4bcd95fa78172a3a07c5f065adf4287fe69af02 by Zebediah Figura <[email protected]>
This commit is contained in:
winesync
2022-03-20 19:27:44 +01:00
committed by Mark Jansen
parent 8e940ff11f
commit 0bca61ed83
+1
View File
@@ -610,6 +610,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));