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
2c481ceb
Commit
2c481ceb
authored
Oct 19, 2002
by
Uwe Bonnes
Committed by
Alexandre Julliard
Oct 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demangle_datatype: delete superflous free().
parent
0595c0ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
msmangle.c
tools/winedump/msmangle.c
+0
-1
No files found.
tools/winedump/msmangle.c
View file @
2c481ceb
...
...
@@ -529,7 +529,6 @@ static char *demangle_datatype (char **str, compound_type *ct,
}
else
while
(
*
iter
==
'@'
)
iter
++
;
iter
++
;
ct
->
expression
=
str_create
(
2
,
ct
->
expression
,
")"
);
FREE_CT
(
sub_ct
);
}
else
return
NULL
;
...
...
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