aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2009-02-27 23:53:52 +0000
committerWillem Jan Palenstijn2009-02-27 23:53:52 +0000
commit6eeec1d295c9cbb09c7619d346a7bff95a5cac72 (patch)
tree822dd084fd62269e5b57befe77b00ced030f62d9 /engines
parent4fbda3b8b075b200e0bdda9b5d957882bff1d13d (diff)
downloadscummvm-rg350-6eeec1d295c9cbb09c7619d346a7bff95a5cac72.tar.gz
scummvm-rg350-6eeec1d295c9cbb09c7619d346a7bff95a5cac72.tar.bz2
scummvm-rg350-6eeec1d295c9cbb09c7619d346a7bff95a5cac72.zip
Add FIXME: We need a pcm_device->exit() function,
to release the mixer channel allocated for pcm_device in ScummVM's mixer. svn-id: r38941
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sfx/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp
index 947176f75e..5d6812711f 100644
--- a/engines/sci/sfx/core.cpp
+++ b/engines/sci/sfx/core.cpp
@@ -480,6 +480,8 @@ void sfx_exit(sfx_state_t *self) {
song_lib_free(self->songlib);
+ // FIXME: We need a pcm_device->exit() function to release the
+ // mixer channel allocated for pcm_device in ScummVM's mixer.
pcm_device = NULL;