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

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

Merge "Fix idmap leak in zygote process"

am: f5ad44b6

Change-Id: Ia9977c8166f797ad716284eda03076e282a9fde7
parents ccec8919 f5ad44b6
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;
        }
    }