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

Commit f95fb78b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "audiopolicy: engineconfigurable: fix double free issue" am: 76da8de7

parents 0d4f84f3 76da8de7
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);
}