Merge "Fix crashing StrictJarFile due to doubled closing."
am: 68ea36243d
Change-Id: I40c0c1387c2492c8ce4eec2623f25b2f041c13ec
This commit is contained in:
@@ -134,6 +134,7 @@ public final class StrictJarFile {
|
||||
} catch (IOException | SecurityException e) {
|
||||
nativeClose(this.nativeHandle);
|
||||
IoUtils.closeQuietly(fd);
|
||||
closed = true;
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user