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
e3788512
Commit
e3788512
authored
Sep 25, 2010
by
Alasdair Sinclair
Committed by
Alexandre Julliard
Sep 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/test: Prevent crash on cleanup if tests fail.
parent
1e099993
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
shlfolder.c
dlls/shell32/tests/shlfolder.c
+1
-2
No files found.
dlls/shell32/tests/shlfolder.c
View file @
e3788512
...
...
@@ -2549,7 +2549,7 @@ static void test_SHGetItemFromDataObject(void)
static
void
test_ShellItemCompare
(
void
)
{
IShellItem
*
psi
[
9
];
/* a\a, a\b, a\c, b\a, .. */
IShellItem
*
psi_a
,
*
psi_b
,
*
psi_c
;
IShellItem
*
psi_a
=
NULL
,
*
psi_b
=
NULL
,
*
psi_c
=
NULL
;
IShellFolder
*
psf_desktop
,
*
psf_current
;
LPITEMIDLIST
pidl_cwd
;
WCHAR
curdirW
[
MAX_PATH
];
...
...
@@ -2620,7 +2620,6 @@ static void test_ShellItemCompare(void)
}
/* Generate ShellItems for the folders */
psi_a
=
psi_b
=
psi_c
=
NULL
;
hr
=
IShellItem_GetParent
(
psi
[
0
],
&
psi_a
);
ok
(
hr
==
S_OK
,
"Got 0x%08x
\n
"
,
hr
);
if
(
FAILED
(
hr
))
failed
=
TRUE
;
...
...
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