diff options
author | Max Horn | 2004-08-07 18:17:09 +0000 |
---|---|---|
committer | Max Horn | 2004-08-07 18:17:09 +0000 |
commit | 41288cb8e08c88d0e9d9ffc90f7c187b1a97efa3 (patch) | |
tree | c2273aacf900a2157589fefc376a9d840219609c /scumm | |
parent | db6e7ae2caac16c1babe1ef53d0fea0eac581c5c (diff) | |
download | scummvm-rg350-41288cb8e08c88d0e9d9ffc90f7c187b1a97efa3.tar.gz scummvm-rg350-41288cb8e08c88d0e9d9ffc90f7c187b1a97efa3.tar.bz2 scummvm-rg350-41288cb8e08c88d0e9d9ffc90f7c187b1a97efa3.zip |
Init _compInput (prevents bad free)
svn-id: r14506
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/imuse_digi/dimuse_bndmgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/imuse_digi/dimuse_bndmgr.cpp b/scumm/imuse_digi/dimuse_bndmgr.cpp index a222eb91a9..0c0b1066d8 100644 --- a/scumm/imuse_digi/dimuse_bndmgr.cpp +++ b/scumm/imuse_digi/dimuse_bndmgr.cpp @@ -120,6 +120,7 @@ BundleMgr::BundleMgr(BundleDirCache *cache) { _numCompItems = 0; _curSample = -1; _fileBundleId = -1; + _compInput = NULL; } BundleMgr::~BundleMgr() { |