From 2be5afee68e436f45a56081adde3020c518404a7 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 9 Nov 2008 05:22:25 +0000 Subject: Fixed crash when closing BRA. svn-id: r34943 --- engines/parallaction/disk_br.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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(); } -- cgit v1.2.3