summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
author Kenny Root <kroot@google.com> 2009-12-09 15:51:21 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2009-12-09 15:51:21 -0800
commit5cd6fcd518d47d1974a10fccf3c3d5431a83307a (patch)
tree513a7efe23cc172c9f863f1a28e96d53d7fc0461 /tools/aapt/Command.cpp
parentd44c2f2c85c8720763837b89a8988b6e5cc248bf (diff)
parente6c0e99334bc2f47e5d36db253ac8f166047c03b (diff)
am e6c0e993: Merge change I129483f8 into eclair-mr2
Merge commit 'e6c0e99334bc2f47e5d36db253ac8f166047c03b' into eclair-mr2-plus-aosp * commit 'e6c0e99334bc2f47e5d36db253ac8f166047c03b': Optional use of UTF-8 strings in resource bundles
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r--tools/aapt/Command.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp
index 4067735dd165..990a7ea6c87d 100644
--- a/tools/aapt/Command.cpp
+++ b/tools/aapt/Command.cpp
@@ -412,6 +412,7 @@ int doDump(Bundle* bundle)
}
tree.restart();
printXMLBlock(&tree);
+ tree.uninit();
delete asset;
asset = NULL;
}