mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
10
deps/acelite/ace/Message_Block.cpp
vendored
10
deps/acelite/ace/Message_Block.cpp
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user