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
4d8fffb2
Commit
4d8fffb2
authored
Jan 31, 2009
by
Marcus Meissner
Committed by
Alexandre Julliard
Feb 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Removed useless NULL ptr check (Coverity).
parent
5493b772
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
typelib.c
dlls/oleaut32/typelib.c
+15
-15
No files found.
dlls/oleaut32/typelib.c
View file @
4d8fffb2
...
...
@@ -3952,23 +3952,23 @@ static ITypeLib2* ITypeLib2_Constructor_SLTG(LPVOID pLib, DWORD dwTLBLength)
}
if
(
pTITail
)
{
/* could get cFuncs, cVars and cImplTypes from here
/* could get cFuncs, cVars and cImplTypes from here
but we've already set those */
#define X(x) TRACE_(typelib)("tt "#x": %x\n",pTITail->res##x);
X
(
06
);
X
(
16
);
X
(
18
);
X
(
1
a
);
X
(
1
e
);
X
(
24
);
X
(
26
);
X
(
2
a
);
X
(
2
c
);
X
(
2
e
);
X
(
30
);
X
(
32
);
X
(
34
);
}
X
(
06
);
X
(
16
);
X
(
18
);
X
(
1
a
);
X
(
1
e
);
X
(
24
);
X
(
26
);
X
(
2
a
);
X
(
2
c
);
X
(
2
e
);
X
(
30
);
X
(
32
);
X
(
34
);
#undef X
ppTypeInfoImpl
=
&
((
*
ppTypeInfoImpl
)
->
next
);
pBlk
=
(
char
*
)
pBlk
+
pBlkEntry
[
order
].
len
;
}
...
...
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