Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
54bcff15
Commit
54bcff15
authored
May 03, 2018
by
Daniel Lehman
Committed by
Alexandre Julliard
May 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32/tests: Free subkey.
Signed-off-by:
Daniel Lehman
<
dlehman@esri.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8e29f491
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
registry.c
dlls/advapi32/tests/registry.c
+2
-0
No files found.
dlls/advapi32/tests/registry.c
View file @
54bcff15
...
...
@@ -3567,6 +3567,7 @@ static void test_RegNotifyChangeKeyValue(void)
ok
(
dwret
==
WAIT_OBJECT_0
,
"expected WAIT_OBJECT_0, got %u
\n
"
,
dwret
);
RegDeleteKeyA
(
key
,
"SubKey"
);
RegCloseKey
(
subkey
);
RegCloseKey
(
key
);
/* test different thread without REG_NOTIFY_THREAD_AGNOSTIC */
...
...
@@ -3608,6 +3609,7 @@ static void test_RegNotifyChangeKeyValue(void)
RegDeleteKeyA
(
key
,
"SubKey"
);
RegDeleteKeyA
(
key
,
""
);
RegCloseKey
(
subkey
);
RegCloseKey
(
key
);
CloseHandle
(
event
);
}
...
...
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