Sven Baars : sapi/tests: Remove registry keys created by SetId() in the SpVoice tests.
Module: wine Branch: master Commit: 5def0d2e78f97794e1753f070e020cac8b621c9a URL: https://gitlab.winehq.org/wine/wine/-/commit/5def0d2e78f97794e1753f070e020ca... Author: Sven Baars <sbaars(a)codeweavers.com> Date: Thu Dec 14 12:48:05 2023 +0100 sapi/tests: Remove registry keys created by SetId() in the SpVoice tests. 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)
participants (1)
-
Alexandre Julliard