[Scummvm-cvs-logs] scummvm master -> da96afe167a62663c24323062b353347454f09e9
athrxx
athrxx at scummvm.org
Sat Oct 22 20:01:23 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
da96afe167 SCI: fix thread lockup issue when loading savegames using a sound driver which depends on the mixer thread for timer cal
Commit: da96afe167a62663c24323062b353347454f09e9
https://github.com/scummvm/scummvm/commit/da96afe167a62663c24323062b353347454f09e9
Author: athrxx (athrxx at scummvm.org)
Date: 2011-10-22T10:53:24-07:00
Commit Message:
SCI: fix thread lockup issue when loading savegames using a sound driver which depends on the mixer thread for timer calls.
The issues seems to be known. See comments (not by me) in SciMusic::clearPlayList().
For the same reason mentioned there the mutex may also not be locked before calling clearPlayList().
Changed paths:
engines/sci/engine/savegame.cpp
More information about the Scummvm-git-logs
mailing list