Skip to content
Snippets Groups Projects
Commit f6a68521 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Shutdown FetcherThreads when closing Hdf5ImageLoader

parent a0b38e88
Branches
Tags
No related merge requests found
...@@ -235,6 +235,7 @@ public class Hdf5ImageLoader implements ViewerImgLoader, MultiResolutionImgLoade ...@@ -235,6 +235,7 @@ public class Hdf5ImageLoader implements ViewerImgLoader, MultiResolutionImgLoade
return; return;
isOpen = false; isOpen = false;
fetchers.shutdown();
cache.clearCache(); cache.clearCache();
hdf5Access.closeAllDataSets(); hdf5Access.closeAllDataSets();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment