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

Commit 15ba58b8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 7742a315 015eb820
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;