mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #4421 from rcordovano/ig-deadlock-fix
Remove unnecessary, dead locking synch from ImageGalleryController
This commit is contained in:
commit
c879b523d8
@ -553,14 +553,12 @@ public final class ImageGalleryController {
|
||||
return dbTaskQueueSize.getReadOnlyProperty();
|
||||
}
|
||||
|
||||
public synchronized SleuthkitCase getSleuthKitCase() {
|
||||
public SleuthkitCase getSleuthKitCase() {
|
||||
return sleuthKitCase;
|
||||
|
||||
}
|
||||
|
||||
public ThumbnailCache getThumbsCache() {
|
||||
return thumbnailCache;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user