diff options
author | Thierry Crozat | 2018-07-07 01:03:04 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-10-14 21:25:16 +0100 |
commit | 1e11da712ba8359cb65b0a171c7ce83de6a17879 (patch) | |
tree | e96bf17861d3716e95b1c4f896e2f8b9b4f1b17e /engines/prince | |
parent | c39dcc57a0dd77e5764592c67881de879a435d42 (diff) | |
download | scummvm-rg350-1e11da712ba8359cb65b0a171c7ce83de6a17879.tar.gz scummvm-rg350-1e11da712ba8359cb65b0a171c7ce83de6a17879.tar.bz2 scummvm-rg350-1e11da712ba8359cb65b0a171c7ce83de6a17879.zip |
COMMON: Add mutex to protect access to the String memory pool
This fixes a crash due to concurrent access to the global MemoryPool
used by the String class when String objects are used simultaneously
from several threads (as is for example the case when enabling the
cloud features).
See bug #10524: Thread safety issue with MemoryPool
Diffstat (limited to 'engines/prince')
0 files changed, 0 insertions, 0 deletions