Skip to content

Commit 77b9dd9

Browse files
committed
Merge branch '2.2.x'
See gh-21127
2 parents 4f47b7b + 7d53f7d commit 77b9dd9

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/JarFile.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public JarFile(File file) throws IOException {
115115
*/
116116
JarFile(JarFile parent) throws IOException {
117117
super(parent.rootFile.getFile());
118+
super.close();
118119
this.parent = parent;
119120
this.rootFile = parent.rootFile;
120121
this.pathFromRoot = parent.pathFromRoot;

0 commit comments

Comments
 (0)