diff --git a/Core/FileSystems/MetaFileSystem.cpp b/Core/FileSystems/MetaFileSystem.cpp index b1b48ba11d..64278e4e46 100644 --- a/Core/FileSystems/MetaFileSystem.cpp +++ b/Core/FileSystems/MetaFileSystem.cpp @@ -20,6 +20,7 @@ bool applyPathStringToComponentsVector(std::vector &vector, const std::string &pathString) { + vector.clear(); size_t len = pathString.length(); size_t start = 0;