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
82c7ff81
Commit
82c7ff81
authored
Jun 09, 2008
by
Huw Davies
Committed by
Alexandre Julliard
Jun 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Initialize the handle table.
Fixes Valgrind warning: 'Conditional jump or move depends on uninitialised value(s)' in metafile test.
parent
aceb1226
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
enhmetafile.c
dlls/gdi32/enhmetafile.c
+2
-0
No files found.
dlls/gdi32/enhmetafile.c
View file @
82c7ff81
...
@@ -2301,6 +2301,8 @@ BOOL WINAPI EnumEnhMetaFile(
...
@@ -2301,6 +2301,8 @@ BOOL WINAPI EnumEnhMetaFile(
ht
=
(
HANDLETABLE
*
)
&
info
[
1
];
ht
=
(
HANDLETABLE
*
)
&
info
[
1
];
ht
->
objectHandle
[
0
]
=
hmf
;
ht
->
objectHandle
[
0
]
=
hmf
;
for
(
i
=
1
;
i
<
emh
->
nHandles
;
i
++
)
ht
->
objectHandle
[
i
]
=
NULL
;
if
(
hdc
)
if
(
hdc
)
{
{
...
...
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