fix: vfs2 cache memory leaks

This commit is contained in:
hstyi
2025-04-03 00:55:02 +08:00
committed by hstyi
parent 01aac98437
commit 129e1b149a

View File

@@ -421,6 +421,7 @@ class FileSystemViewPanel(
child.changeStatus(TransportStatus.Failed)
}
}
fileSystem.fileSystemManager.filesCache.clear(fileSystem)
}
}