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
cbf155af
Commit
cbf155af
authored
Aug 28, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
windowscodecs/tests: Use proper helpers for iface calls.
parent
9bb70e27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
metadata.c
dlls/windowscodecs/tests/metadata.c
+1
-1
stream.c
dlls/windowscodecs/tests/stream.c
+3
-3
No files found.
dlls/windowscodecs/tests/metadata.c
View file @
cbf155af
...
...
@@ -939,7 +939,7 @@ static void test_metadata_png(void)
IWICBitmapDecoder_Release
(
decoder
);
I
WIC
Stream_Release
(
stream
);
IStream_Release
(
stream
);
}
START_TEST
(
metadata
)
...
...
dlls/windowscodecs/tests/stream.c
View file @
cbf155af
...
...
@@ -379,7 +379,7 @@ static void test_StreamOnMemory(void)
IWICStream_Release
(
pStream
);
IWIC
Stream
_Release
(
pFactory
);
IWIC
ImagingFactory
_Release
(
pFactory
);
CoUninitialize
();
}
...
...
@@ -641,7 +641,7 @@ static void test_StreamOnStreamRange(void)
hr
=
IWICStream_CopyTo
(
pSubStream
,
CopyStream
,
uNewPos
,
NULL
,
NULL
);
ok
(
hr
==
E_NOTIMPL
,
"CopyTo returned %#x, expected %#x
\n
"
,
hr
,
E_NOTIMPL
);
I
WIC
Stream_Release
(
CopyStream
);
IStream_Release
(
CopyStream
);
/* Commit */
...
...
@@ -733,7 +733,7 @@ static void test_StreamOnStreamRange(void)
IWICStream_Release
(
pSubStream
);
IWICStream_Release
(
pStream
);
IWIC
Stream
_Release
(
pFactory
);
IWIC
ImagingFactory
_Release
(
pFactory
);
CoUninitialize
();
}
...
...
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