Make sure pointers are correct.

This commit is contained in:
Bartosz Taudul
2020-01-03 17:19:50 +01:00
parent 422229bf1a
commit a70ebef673

View File

@@ -239,6 +239,9 @@ public:
void ReleaseBlocks( LfqBlock* blk, LfqBlock* blkTail )
{
assert( blk );
assert( blkTail );
auto tail = m_blocksTail.load();
for(;;)
{