From: Sven Baars sbaars@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)