Skip to content

Commit 8331123

Browse files
committed
Archives: clean up unzip's executor service
1 parent 69aee2e commit 8331123

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/scijava/launcher/Archives.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ public static Future<Void> unzip(File file, File destDir, Consumer<String> outpu
9090
}
9191
}
9292
}
93+
finally {
94+
executor.shutdown();
95+
}
9396
return null;
9497
});
9598
}

0 commit comments

Comments
 (0)