aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/saga.h
diff options
context:
space:
mode:
authorChristopher Page2008-06-12 16:58:02 +0000
committerChristopher Page2008-06-12 16:58:02 +0000
commitdd423f803b43a0e6c54c3d7441c40cb7737d7867 (patch)
treef79e245bb934ac6b6915b3412d7863230014d43a /engines/saga/saga.h
parente86a422e252ade394ca796cae767c4d3221d3c4a (diff)
downloadscummvm-rg350-dd423f803b43a0e6c54c3d7441c40cb7737d7867.tar.gz
scummvm-rg350-dd423f803b43a0e6c54c3d7441c40cb7737d7867.tar.bz2
scummvm-rg350-dd423f803b43a0e6c54c3d7441c40cb7737d7867.zip
SAGA: Fixed memory leaks in the SAGA engine
svn-id: r32673
Diffstat (limited to 'engines/saga/saga.h')
-rw-r--r--engines/saga/saga.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index 4a5fae7ddb..6b6eb6b3fb 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -29,6 +29,7 @@
#include "engines/engine.h"
#include "common/stream.h"
+#include "sound/mididrv.h"
#include "saga/gfx.h"
#include "saga/list.h"
@@ -531,6 +532,7 @@ public:
SndRes *_sndRes;
Sound *_sound;
Music *_music;
+ MidiDriver *_driver;
Anim *_anim;
Render *_render;
IsoMap *_isoMap;