Merge "Fix idmap leak in zygote process"
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user