[Git][wine/wine][master] 2 commits: windows.media.speech: Don't access the all voices vector view directly.
Alexandre Julliard pushed to branch master at wine / wine Commits: 193f7b30 by Bernhard Kölbl at 2026-04-29T22:45:37+02:00 windows.media.speech: Don't access the all voices vector view directly. The vector view might be uninitialized by the time ISpeechSynthesizer_put_Voice is called, so get it via the "official" way through IInstalledVoicesStatic. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59694 - - - - - 1d744d4c by Bernhard Kölbl at 2026-04-29T22:45:37+02:00 windows.media.speech: Fix a trace typo. - - - - - 2 changed files: - dlls/windows.media.speech/synthesizer.c - dlls/windows.media.speech/tests/speech.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/13c79337d2110e55432c3ec3158d8f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/13c79337d2110e55432c3ec3158d8f... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)