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

Commit 37541865 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

am: 3199d589

Change-Id: I269b4a0a7fcbb30804a3dd39870cce927c2b9596
parents 9347a4f3 3199d589
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;
        }