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

Commit 6c8b93cf 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 am: 3e15d09e

am: d3a20939

Change-Id: I2c7272b5f79e029ac88fa6b6acb598bdf68f28e2
parents 86223d30 d3a20939
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -684,6 +684,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;
        }
    }