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

Commit b1a986cb authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Android (Google) Code Review
Browse files

Merge "audiopolicy: engineconfigurable: fix double free issue" into udc-dev

parents 2bc4fc7b d85c1600
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ status_t Engine::initCheck()
template <typename Key>
Element<Key> *Engine::getFromCollection(const Key &key) const
{
    const Collection<Key> collection = getCollection<Key>();
    const Collection<Key> &collection = getCollection<Key>();
    return collection.get(key);
}