X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/fa19db5eb73058e755cd98b77a0bffa17c7f9cda..28de9b930f847bb39b41f596f4520e5a306b2078:/Command.cpp?ds=sidebyside diff --git a/Command.cpp b/Command.cpp index 0ef5d55..970a381 100644 --- a/Command.cpp +++ b/Command.cpp @@ -412,6 +412,7 @@ int doDump(Bundle* bundle) } tree.restart(); printXMLBlock(&tree); + tree.uninit(); delete asset; asset = NULL; }