]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
Optional use of UTF-8 strings in resource bundles
[android/aapt.git] / Command.cpp
index 1a536d6a80853aa5315ec4baedf3a3faa96724ec..ff9cc1142cd7e09be9173ede30448006c92a30ee 100644 (file)
@@ -412,6 +412,7 @@ int doDump(Bundle* bundle)
             }
             tree.restart();
             printXMLBlock(&tree);
+            tree.uninit();
             delete asset;
             asset = NULL;
         }