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

Commit 4c488cca authored by Adam Lesinski's avatar Adam Lesinski Committed by Gerrit Code Review
Browse files

Merge "[Asset Manager] Fix memory leakage bug"

parents 0d28bb47 7c57d233
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1747,6 +1747,7 @@ bool AssetManager::fncScanAndMergeDirLocked(
    }

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