diff options
author | 2014-02-17 11:00:29 +0000 | |
---|---|---|
committer | 2014-02-17 11:00:30 +0000 | |
commit | be57fca41a731217010d9f92554cf48708b06ecf (patch) | |
tree | 7bedc0f6ce12d10aad0bb1ba3a75b9d3d12ad8cd /tools/aapt/Resource.cpp | |
parent | 49024bacf63db39467e7f318c682ad771ec0de22 (diff) | |
parent | 788fa41482b9d398591b7db8b0b01839029611ad (diff) |
Merge "Extended locales in AAPT / AssetManager."
Diffstat (limited to 'tools/aapt/Resource.cpp')
-rw-r--r-- | tools/aapt/Resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp index 57d44f2a4ab0..4d29ff7a53f4 100644 --- a/tools/aapt/Resource.cpp +++ b/tools/aapt/Resource.cpp @@ -80,6 +80,7 @@ public: ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) { + memset(&mParams, 0, sizeof(ResTable_config)); } inline const sp<AaptGroup>& getGroup() const { return mGroup; } |