mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
Delete the mutex when we're done with it.
svn-id: r12107
This commit is contained in:
parent
edea972b4b
commit
e73363bd09
@ -118,6 +118,8 @@ SwordMusic::~SwordMusic() {
|
||||
_mixer->setupPremix(0, 0);
|
||||
delete _converter[0];
|
||||
delete _converter[1];
|
||||
if (_mutex)
|
||||
_system->delete_mutex(_mutex);
|
||||
}
|
||||
|
||||
void SwordMusic::passMixerFunc(void *param, int16 *buf, uint len) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user