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
dfd4191d
Commit
dfd4191d
authored
Sep 16, 2012
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Sep 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Fix a memory leak (Smatch).
parent
1c3b1c3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
info.c
dlls/ntdll/tests/info.c
+2
-0
No files found.
dlls/ntdll/tests/info.c
View file @
dfd4191d
...
@@ -621,6 +621,8 @@ static void test_query_logicalproc(void)
...
@@ -621,6 +621,8 @@ static void test_query_logicalproc(void)
if
(
si
.
dwNumberOfProcessors
<=
32
)
if
(
si
.
dwNumberOfProcessors
<=
32
)
ok
(
proc_no
==
si
.
dwNumberOfProcessors
,
"Incorrect number of logical processors: %d, expected %d
\n
"
,
ok
(
proc_no
==
si
.
dwNumberOfProcessors
,
"Incorrect number of logical processors: %d, expected %d
\n
"
,
proc_no
,
si
.
dwNumberOfProcessors
);
proc_no
,
si
.
dwNumberOfProcessors
);
HeapFree
(
GetProcessHeap
(),
0
,
slpi
);
}
}
static
void
test_query_processor_power_info
(
void
)
static
void
test_query_processor_power_info
(
void
)
...
...
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