Add the missing clear()
This commit is contained in:
parent
58c665efc6
commit
9034d89a31
@ -227,6 +227,7 @@ private:
|
||||
m_fbi_queue.lock();
|
||||
for (auto& p : m_fbi_queue.getData())
|
||||
delete p.first;
|
||||
m_fbi_queue.getData().clear();
|
||||
m_fbi_queue.unlock();
|
||||
}
|
||||
// ------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user