am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."
* commit '87d86044c0f15ae2ffc0350271c76ff874fb413b': Add missing clean-up of idmap file descriptors.
This commit is contained in:
commit
74cfbe1239
@ -680,6 +680,9 @@ const ResTable* AssetManager::getResTable(bool required) const
|
||||
delete ass;
|
||||
}
|
||||
}
|
||||
if (idmap != NULL) {
|
||||
delete idmap;
|
||||
}
|
||||
}
|
||||
|
||||
if (required && !rt) LOGW("Unable to find resources file resources.arsc");
|
||||
|
Loading…
Reference in New Issue
Block a user