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:
Conley Owens 2011-05-10 16:19:29 -07:00 committed by Android Git Automerger
commit 74cfbe1239

View File

@ -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");