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
7b196a9d
Commit
7b196a9d
authored
Nov 20, 2018
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ucrtbase: Fix leaks in misc tests.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4df6425a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
misc.c
dlls/ucrtbase/tests/misc.c
+5
-0
No files found.
dlls/ucrtbase/tests/misc.c
View file @
7b196a9d
...
...
@@ -250,6 +250,9 @@ static void test__register_onexit_function(void)
ret
=
p_o__register_onexit_function
(
&
table
,
onexit_func
);
ok
(
ret
==
0
,
"got %d
\n
"
,
ret
);
ok
(
f
!=
table
.
_last
,
"got %p, initial %p
\n
"
,
table
.
_last
,
f
);
ret
=
p_execute_onexit_table
(
&
table
);
ok
(
ret
==
0
,
"got %d
\n
"
,
ret
);
}
static
void
test__execute_onexit_table
(
void
)
...
...
@@ -444,6 +447,8 @@ static void test__get_narrow_winmain_command_line(char *path)
CREATE_DEFAULT_ERROR_MODE
|
NORMAL_PRIORITY_CLASS
,
NULL
,
NULL
,
&
startup
,
&
proc
);
winetest_wait_child_process
(
proc
.
hProcess
);
CloseHandle
(
proc
.
hProcess
);
CloseHandle
(
proc
.
hThread
);
}
static
BOOL
init
(
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