Add the missing clear()

This commit is contained in:
Benau 2017-03-22 09:53:02 +08:00
parent 58c665efc6
commit 9034d89a31

View File

@ -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();
}
// ------------------------------------------------------------------------