X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/287883aced44b316c64f3581444caeaf139e7661..30275038bb13ac252ffe19c89f9f8a5526541f0f:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 3a30c0a..5d345e6 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; }