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

Commit 0212d4f3 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

Change-Id: I53fb00542e417e200b46ac941b4255e310348e18
parents ee6b51a0 7489336f
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);