Merge "Fix crashing StrictJarFile due to doubled closing." am: 68ea36243d am: 15cd392108

am: 3199d58939

Change-Id: I269b4a0a7fcbb30804a3dd39870cce927c2b9596
This commit is contained in:
Tomasz Mikolajewski
2016-12-07 02:01:12 +00:00
committed by android-build-merger

View File

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