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
ec90fcd9
Commit
ec90fcd9
authored
Mar 17, 2011
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvfw32: Only call MSVIDEO_GetHicPtr() once (Coverity).
parent
abdecfbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
msvideo_main.c
dlls/msvfw32/msvideo_main.c
+0
-1
No files found.
dlls/msvfw32/msvideo_main.c
View file @
ec90fcd9
...
...
@@ -530,7 +530,6 @@ LRESULT VFWAPI ICGetInfo(HIC hic, ICINFO *picinfo, DWORD cb)
TRACE
(
"(%p,%p,%d)
\n
"
,
hic
,
picinfo
,
cb
);
whic
=
MSVIDEO_GetHicPtr
(
hic
);
if
(
!
whic
)
return
ICERR_BADHANDLE
;
if
(
!
picinfo
)
return
MMSYSERR_INVALPARAM
;
...
...
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