Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f919a24e
Commit
f919a24e
authored
Dec 11, 2007
by
James Hawkins
Committed by
Alexandre Julliard
Dec 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msi: Free the deformatted string.
parent
58697036
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
custom.c
dlls/msi/custom.c
+1
-0
No files found.
dlls/msi/custom.c
View file @
f919a24e
...
@@ -317,6 +317,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
...
@@ -317,6 +317,7 @@ UINT ACTION_CustomAction(MSIPACKAGE *package, LPCWSTR action, UINT script, BOOL
case
23
:
/* installs another package in the source tree */
case
23
:
/* installs another package in the source tree */
deformat_string
(
package
,
target
,
&
deformated
);
deformat_string
(
package
,
target
,
&
deformated
);
rc
=
HANDLE_CustomType23
(
package
,
source
,
deformated
,
type
,
action
);
rc
=
HANDLE_CustomType23
(
package
,
source
,
deformated
,
type
,
action
);
msi_free
(
deformated
);
break
;
break
;
case
50
:
/*EXE file specified by a property value */
case
50
:
/*EXE file specified by a property value */
rc
=
HANDLE_CustomType50
(
package
,
source
,
target
,
type
,
action
);
rc
=
HANDLE_CustomType50
(
package
,
source
,
target
,
type
,
action
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment