[PATCH 0/1] MR4696: sapi/tests: Remove registry keys created by SetId() in the SpVoice tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288 Basically the same as yesterday but for another test that was added more recently. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4696
From: Sven Baars <sbaars(a)codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288 --- dlls/sapi/tests/tts.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/sapi/tests/tts.c b/dlls/sapi/tests/tts.c index 6912dc08e0d..38ec1d31bfc 100644 --- a/dlls/sapi/tests/tts.c +++ b/dlls/sapi/tests/tts.c @@ -686,6 +686,8 @@ done: ISpVoice_Release(voice); ISpObjectToken_Release(token); ISpMMSysAudio_Release(audio_out); + + RegDeleteTreeA( HKEY_LOCAL_MACHINE, "Software\\Wine\\Winetest\\sapi" ); } START_TEST(tts) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4696
participants (2)
-
Sven Baars -
Sven Baars (@sbaars)