Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c1aec21 authored by Andrew Mast's avatar Andrew Mast Committed by Andy Mast
Browse files

Themes: Fix memory corruption from closing asset before XMLTree

Change-Id: Ifa411c18d46f4bb6befa18405ce7daa04de13ccc
parent 57829eed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ String8 AssetManager::getPkgName(const char *apkPath) {

        }

        tree.uninit();
        manifestAsset->close();
        return pkgName;
    }