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

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

am: b4b2203c

Change-Id: Ifd540b5f9cb1e32a002ed86c67eda30189f4e23f
parents ca2abc5b b4b2203c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -814,6 +814,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);