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

Commit bcd029b6 authored by Conley Owens's avatar Conley Owens Committed by Android Code Review
Browse files

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

parents 9c4ba258 2b91c671
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");