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

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

Fix idmap leak in zygote process am: 0244ca8d am: 82537abc am: 85afb42c...

Fix idmap leak in zygote process am: 0244ca8d am: 82537abc am: 85afb42c am: b4b2203c am: fb74b877 am: c58ec27e am: 7489336f am: 0212d4f3
am: aaf785c8

Change-Id: I34d0175499e1a47e3e6c9aecd2ac2805a6b4ad51
parents 6e8fef24 aaf785c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -804,6 +804,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;
        }
    }