mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
msi: Free the deformatted string.
This commit is contained in:
parent
5869703657
commit
f919a24eb2
@ -317,6 +317,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
|
||||
case 23: /* installs another package in the source tree */
|
||||
deformat_string(package,target,&deformated);
|
||||
rc = HANDLE_CustomType23(package,source,deformated,type,action);
|
||||
msi_free(deformated);
|
||||
break;
|
||||
case 50: /*EXE file specified by a property value */
|
||||
rc = HANDLE_CustomType50(package,source,target,type,action);
|
||||
|
Loading…
Reference in New Issue
Block a user