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

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

am 056468ef: am 1ec1f85d: am 995c771f: Merge "Fix memory leak in ResTable" into lmp-dev

* commit '056468ef3b9b63d251c4aac867ae634f813d18cf':
  Fix memory leak in ResTable
parents e5e1d6da ec187b72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2939,7 +2939,7 @@ struct ResTable::PackageGroup
            for (size_t i = 0; i < bags->size(); i++) {
                TABLE_NOISY(printf("type=%d\n", i));
                const TypeList& typeList = types[i];
                if (typeList.isEmpty()) {
                if (!typeList.isEmpty()) {
                    bag_set** typeBags = bags->get(i);
                    TABLE_NOISY(printf("typeBags=%p\n", typeBags));
                    if (typeBags) {