aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/draci/barchive.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/draci/barchive.cpp b/engines/draci/barchive.cpp
index 7865b1b574..c3117cd0f2 100644
--- a/engines/draci/barchive.cpp
+++ b/engines/draci/barchive.cpp
@@ -116,6 +116,8 @@ void BArchive::openDFW(const Common::String &path) {
}
delete[] table;
+
+ f.close();
}
/**