Ticket #8016: mixer.diff
File mixer.diff, 481 bytes (added by , 22 years ago) |
---|
-
sound/mixer.cpp
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v retrieving revision 1.50 diff -u -r1.50 mixer.cpp
60 60 chan = _channels[index]; 61 61 } else { 62 62 chan->append(sound, size); 63 if (_flags & FLAG_AUTOFREE) 64 free(sound); 63 65 } 64 66 65 67 _syst->unlock_mutex(_mutex);