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

Commit 952e73df authored by Mikhail Naganov's avatar Mikhail Naganov Committed by Automerger Merge Worker
Browse files

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

parents f75c539f b1a986cb
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);
}