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

Commit 3199d589 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: 15cd3921

Change-Id: I63034776a185682f11ea736b0d37a4b3be31bc47
parents 472d5ecb 15cd3921
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;
        }