am 041aa34e: am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."
* commit '041aa34e089d7b194a5d93c682c3af3d3116d3f3': Add missing clean-up of idmap file descriptors.
This commit is contained in:
commit
25bc410b31
@ -681,6 +681,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