diff options
author | Nicola Mettifogo | 2008-11-09 05:22:25 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2008-11-09 05:22:25 +0000 |
commit | 2be5afee68e436f45a56081adde3020c518404a7 (patch) | |
tree | 671b411f0270d6c6f2641d460a512f4acc49452d | |
parent | 27a5d8bd5b0ad2d84f6c4f223ce6271876301eeb (diff) | |
download | scummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.tar.gz scummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.tar.bz2 scummvm-rg350-2be5afee68e436f45a56081adde3020c518404a7.zip |
Fixed crash when closing BRA.
svn-id: r34943
-rw-r--r-- | engines/parallaction/disk_br.cpp | 1 |
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(); } |