aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/file.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index 346093f2fc..075c821886 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -344,7 +344,6 @@ void File::close() {
if (_handle)
fclose(_handle);
_handle = NULL;
- _name.clear();
}
bool File::isOpen() const {