aboutsummaryrefslogtreecommitdiff
path: root/common/unarj.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/unarj.cpp')
-rw-r--r--common/unarj.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/unarj.cpp b/common/unarj.cpp
index eb55e116ad..942e659caa 100644
--- a/common/unarj.cpp
+++ b/common/unarj.cpp
@@ -88,6 +88,8 @@ ArjFile::~ArjFile() {
delete _headers[i];
_headers.clear();
+ _fileMap.clear();
+ _archMap.clear();
}
void ArjFile::registerArchive(const String &filename) {