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
64444ebe
Commit
64444ebe
authored
May 19, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
May 19, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
janitorial: Close COM after tests.
parent
c362081a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
0 deletions
+13
-0
filtergraph.c
dlls/quartz/tests/filtergraph.c
+1
-0
memallocator.c
dlls/quartz/tests/memallocator.c
+2
-0
misc.c
dlls/quartz/tests/misc.c
+2
-0
referenceclock.c
dlls/quartz/tests/referenceclock.c
+2
-0
videorenderer.c
dlls/quartz/tests/videorenderer.c
+2
-0
string.c
dlls/shell32/tests/string.c
+2
-0
string.c
dlls/shlwapi/tests/string.c
+2
-0
No files found.
dlls/quartz/tests/filtergraph.c
View file @
64444ebe
...
...
@@ -298,4 +298,5 @@ START_TEST(filtergraph)
test_graph_builder_addfilter
();
test_mediacontrol
();
test_filter_graph2
();
CoUninitialize
();
}
dlls/quartz/tests/memallocator.c
View file @
64444ebe
...
...
@@ -87,4 +87,6 @@ START_TEST(memallocator)
CoInitialize
(
NULL
);
CommitDecommitTest
();
CoUninitialize
();
}
dlls/quartz/tests/misc.c
View file @
64444ebe
...
...
@@ -173,4 +173,6 @@ START_TEST(misc)
test_video_renderer_aggregations
();
test_filter_graph_aggregations
();
CoUninitialize
();
}
dlls/quartz/tests/referenceclock.c
View file @
64444ebe
...
...
@@ -110,4 +110,6 @@ START_TEST(referenceclock)
CoInitialize
(
NULL
);
test_IReferenceClock_SystemClock
();
CoUninitialize
();
}
dlls/quartz/tests/videorenderer.c
View file @
64444ebe
...
...
@@ -160,4 +160,6 @@ START_TEST(videorenderer)
test_basefilter
();
release_video_renderer
();
CoUninitialize
();
}
dlls/shell32/tests/string.c
View file @
64444ebe
...
...
@@ -110,4 +110,6 @@ START_TEST(string)
else
test_StrRetToStringNA
();
}
CoUninitialize
();
}
dlls/shlwapi/tests/string.c
View file @
64444ebe
...
...
@@ -957,4 +957,6 @@ START_TEST(string)
test_SHAnsiToAnsi
();
test_SHUnicodeToUnicode
();
test_StrXXX_overflows
();
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