mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 14:34:20 +00:00
Merge branch 'develop' into feature/vault-format-8
# Conflicts: # main/commons/src/main/java/org/cryptomator/common/vaults/Vault.java
This commit is contained in:
@@ -120,6 +120,7 @@ public class Vault {
|
||||
}
|
||||
|
||||
private void destroyCryptoFileSystem(CryptoFileSystem fs) {
|
||||
LOG.trace("Trying to close associated CryptoFS...");
|
||||
if (fs != null) {
|
||||
try {
|
||||
fs.close();
|
||||
|
||||
Reference in New Issue
Block a user