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
7d451c33
Commit
7d451c33
authored
Nov 23, 2020
by
Gabriel Ivăncescu
Committed by
Alexandre Julliard
Dec 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iphlpapi/tests: Close the ICMP handle when done.
Signed-off-by:
Gabriel Ivăncescu
<
gabrielopcode@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f5b0663c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
iphlpapi.c
dlls/iphlpapi/tests/iphlpapi.c
+2
-0
No files found.
dlls/iphlpapi/tests/iphlpapi.c
View file @
7d451c33
...
...
@@ -1027,6 +1027,8 @@ static void testIcmpSendEcho(void)
ok
(
reply
->
Status
==
IP_SUCCESS
,
"Expect status:0x%08x, got:0x%08x
\n
"
,
IP_SUCCESS
,
reply
->
Status
);
ok
(
reply
->
DataSize
==
sizeof
(
senddata
),
"Got size:%d
\n
"
,
reply
->
DataSize
);
ok
(
!
memcmp
(
senddata
,
reply
->
Data
,
min
(
sizeof
(
senddata
),
reply
->
DataSize
)),
"Data mismatch
\n
"
);
IcmpCloseHandle
(
icmp
);
}
/*
...
...
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