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

Commit 3e15d09e authored by neo.chae's avatar neo.chae Committed by android-build-merger
Browse files

Merge "Fix idmap leak in zygote process" am: f5ad44b6

am: 4720125a

Change-Id: If66e9476583ec50d2dca5a15376a4b84ae2a2885
parents a895383b 4720125a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -805,6 +805,7 @@ void AssetManager::addSystemOverlays(const char* pathOverlaysList,
            sharedRes->add(oass, oidmap, offset + 1, false);
            const_cast<AssetManager*>(this)->mAssetPaths.add(oap);
            const_cast<AssetManager*>(this)->mZipSet.addOverlay(targetPackagePath, oap);
            delete oidmap;
        }
    }