mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-01 16:08:30 +00:00
Make sure pointers are correct.
This commit is contained in:
@@ -239,6 +239,9 @@ public:
|
||||
|
||||
void ReleaseBlocks( LfqBlock* blk, LfqBlock* blkTail )
|
||||
{
|
||||
assert( blk );
|
||||
assert( blkTail );
|
||||
|
||||
auto tail = m_blocksTail.load();
|
||||
for(;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user