Merge "Fix crashing StrictJarFile due to doubled closing."

This commit is contained in:
Treehugger Robot
2016-12-07 01:40:48 +00:00
committed by Gerrit Code Review

View File

@@ -134,6 +134,7 @@ public final class StrictJarFile {
} catch (IOException | SecurityException e) {
nativeClose(this.nativeHandle);
IoUtils.closeQuietly(fd);
closed = true;
throw e;
}