Changes between Initial Version and Version 1 of Ticket #14478, comment 9


Ignore:
Timestamp:
06/02/23 04:48:11 (11 months ago)
Author:
PushmePullyu

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14478, comment 9

    initial v1  
    1 Tested on Linux x86_64 with master !b6606f33a21c74dbcc3b42ab69b23feb3387052c:
     1Tested on Linux x86_64 with master !b6606f33a21c74dbcc3b42ab69b23feb3387052c and the windows version of HDB:
    22While talking to Dr Popopolis did not trigger a crash for me, it sometimes caused a double-free in Sound::playVoice(). This seems to happen when the game is trying to decode "POP_WAV" as MP3 data. PR that fixes the double-free is here: https://github.com/scummvm/scummvm/pull/5069