chore(Deps/Acelite): Update to 6.5.10 (#3450)

This commit is contained in:
Kargatum
2020-11-11 22:09:02 +07:00
committed by GitHub
parent a93565b6da
commit e27201cee2
921 changed files with 18238 additions and 33164 deletions

View File

@@ -845,9 +845,8 @@ ACE_Data_Block::release (ACE_Lock *lock)
// since otherwise we'd be trying to "release" through a deleted
// pointer!
if (result == 0)
ACE_DES_FREE (this,
allocator->free,
ACE_Data_Block);
ACE_DES_FREE_THIS (allocator->free,
ACE_Data_Block);
return result;
}
@@ -950,9 +949,8 @@ ACE_Message_Block::release_i (ACE_Lock *lock)
else
{
ACE_Allocator *allocator = this->message_block_allocator_;
ACE_DES_FREE (this,
allocator->free,
ACE_Message_Block);
ACE_DES_FREE_THIS (allocator->free,
ACE_Message_Block);
}
return result;