Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c686c4d authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski Committed by android-build-merger
Browse files

Merge "Fix crashing StrictJarFile due to doubled closing." am: 68ea3624 am:...

Merge "Fix crashing StrictJarFile due to doubled closing." am: 68ea3624 am: 15cd3921 am: 3199d589
am: 37541865

Change-Id: Iae24b046178c00e4e8cda7ee1dc25c993ef38c0b
parents c2f084e1 37541865
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ public final class StrictJarFile {
        } catch (IOException | SecurityException e) {
            nativeClose(this.nativeHandle);
            IoUtils.closeQuietly(fd);
            closed = true;
            throw e;
        }