mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user