sapi/tests: Remove registry keys created by SetId() in the SpVoice tests.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55288
This commit is contained in:
Sven Baars 2023-12-14 12:48:05 +01:00 committed by Alexandre Julliard
parent aa7a0f5198
commit 5def0d2e78

View file

@ -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)