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
77188bbe
Commit
77188bbe
authored
May 08, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
May 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Test unmarshaling the moniker instead of just releasing the marshaled data.
parent
57b42ae7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
moniker.c
dlls/ole32/tests/moniker.c
+4
-2
No files found.
dlls/ole32/tests/moniker.c
View file @
77188bbe
...
...
@@ -310,6 +310,7 @@ static void test_moniker(
DWORD
i
;
BOOL
same
=
TRUE
;
BYTE
buffer
[
128
];
IMoniker
*
moniker_proxy
;
/* IROTData::GetComparisonData test */
...
...
@@ -443,10 +444,11 @@ static void test_moniker(
GlobalUnlock
(
hglobal
);
IStream_Seek
(
stream
,
llZero
,
STREAM_SEEK_SET
,
NULL
);
hr
=
Co
ReleaseMarshalData
(
stream
);
ok_ole_success
(
hr
,
Co
ReleaseMarshalData
);
hr
=
Co
UnmarshalInterface
(
stream
,
&
IID_IMoniker
,
(
void
**
)
&
moniker_proxy
);
ok_ole_success
(
hr
,
Co
UnmarshalInterface
);
IStream_Release
(
stream
);
IMoniker_Release
(
moniker_proxy
);
}
static
void
test_class_moniker
(
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