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

Commit 7efc0eb1 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am f5cb96cf: am 51736de1: am 4c488cca: Merge "[Asset Manager] Fix memory leakage bug"

* commit 'f5cb96cf':
  [Asset Manager] Fix memory leakage bug
parents 40ff293a f5cb96cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1768,6 +1768,7 @@ bool AssetManager::fncScanAndMergeDirLocked(
    }

    mergeInfoLocked(pMergedInfo, pContents);
    delete pContents;
    return true;
}