mirror of https://github.com/procxx/kepka.git
Fix clearing leaked files with a passcode.
This commit is contained in:
parent
47ce695142
commit
2096007ed9
|
@ -2722,7 +2722,9 @@ ReadMapState readMap(const QByteArray &pass) {
|
||||||
_mapChanged = true;
|
_mapChanged = true;
|
||||||
_writeMap(WriteMapWhen::Now);
|
_writeMap(WriteMapWhen::Now);
|
||||||
}
|
}
|
||||||
|
if (result != ReadMapPassNeeded) {
|
||||||
clearLeakedFiles();
|
clearLeakedFiles();
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue