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

Commit 660d0fd8 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

am: 656e1329

Change-Id: If1e2cbc861ff8b55e714c36e053ab5bb90e19126
parents 86929d22 656e1329
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;