aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNicola Mettifogo2008-11-09 05:22:25 +0000
committerNicola Mettifogo2008-11-09 05:22:25 +0000
commit2be5afee68e436f45a56081adde3020c518404a7 (patch)
tree671b411f0270d6c6f2641d460a512f4acc49452d /engines
parent27a5d8bd5b0ad2d84f6c4f223ce6271876301eeb (diff)
downloadscummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.tar.gz
scummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.tar.bz2
scummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.zip
Fixed crash when closing BRA.
svn-id: r34943
Diffstat (limited to 'engines')
-rw-r--r--engines/parallaction/disk_br.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/disk_br.cpp b/engines/parallaction/disk_br.cpp
index cf5aec5285..cee493f94a 100644
--- a/engines/parallaction/disk_br.cpp
+++ b/engines/parallaction/disk_br.cpp
@@ -618,7 +618,6 @@ Disk_br::Disk_br(Parallaction *vm) : _vm(vm), _baseDir(0) {
}
Disk_br::~Disk_br() {
- delete _baseDir;
_sset.clear();
}