am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."
* commit 'bcd029b6c8dee19d2cefb00f3ff637b4dcd407b3': Add missing clean-up of idmap file descriptors.
This commit is contained in:
commit
d701fd1819
@ -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