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

Commit 656e1329 authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge \"null check jarfile before using\" into nyc-mr1-dev

am: 15ba58b8

Change-Id: Id492d8ad826be2ceea651bcfa73aaa532f61e9a7
parents df649e37 15ba58b8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8022,7 +8022,9 @@ public class PackageManagerService extends IPackageManager.Stub {
        } catch (IOException ignore) {
        } finally {
            try {
                if (jarFile != null) {
                    jarFile.close();
                }
            } catch (IOException ignore) {}
        }
        return false;