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

Commit aaf785c8 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

Change-Id: I9ea05d641c04178d067c35ae5d2f87ee35c86924
parents 20def2e7 0212d4f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -795,6 +795,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;
        }
    }
    fclose(fin);