summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index c81bf7dae..e96fd370b 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -3330,6 +3330,7 @@ void Client::extractLocale()
}
PhysFs::freeList(rootDirs);
resman->removeFromSearchPath(fileName2);
+ remove(fileName2.c_str());
}
#endif
#endif