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

Commit 87d86044 authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."

* commit 'bcd029b6':
  Add missing clean-up of idmap file descriptors.
parents 18cc814c bcd029b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -680,6 +680,9 @@ const ResTable* AssetManager::getResTable(bool required) const
                delete ass;
            }
        }
        if (idmap != NULL) {
            delete idmap;
        }
    }

    if (required && !rt) LOGW("Unable to find resources file resources.arsc");