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

Commit a11b31ee authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "memory leak: Closes leaked instance" into main am: 7fe439c6

parents 5c929113 7fe439c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8847,6 +8847,8 @@ public abstract class PackageManager {
        } catch (PackageParserException e) {
            Log.w(TAG, "Failure to parse package archive apkFile= " +apkFile);
            return null;
        } finally {
            parser2.close();
        }
    }