This commit is contained in:
Justin Bertram 2022-02-07 09:07:12 -06:00
commit 1f24bef0a3
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ public class FileLockNodeManager extends FileBasedNodeManager {
result = bb.get(0);
}
} finally {
if (lock != null) {
if (lock != null && lock.isValid()) {
lock.release();
}
}