mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Fix releaseing of correct lock for processing Raw data image
This commit is contained in:
parent
e157dbf53f
commit
b0e8e83fb9
@ -178,7 +178,7 @@ final class AddRawImageTask implements Runnable {
|
||||
logger.log(Level.SEVERE, errorMessage, ex);
|
||||
criticalErrorOccurred = true;
|
||||
} finally {
|
||||
caseDatabase.releaseSingleUserCaseReadLock();
|
||||
caseDatabase.releaseSingleUserCaseWriteLock();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user