mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
6
deps/acelite/ace/MEM_SAP.cpp
vendored
6
deps/acelite/ace/MEM_SAP.cpp
vendored
@@ -10,7 +10,7 @@
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_ALLOC_HOOK_DEFINE(ACE_IPC_SAP)
|
||||
ACE_ALLOC_HOOK_DEFINE(ACE_MEM_SAP)
|
||||
|
||||
void
|
||||
ACE_MEM_SAP::dump (void) const
|
||||
@@ -82,7 +82,9 @@ ACE_MEM_SAP::close_shm_malloc (void)
|
||||
int retv = -1;
|
||||
|
||||
if (this->shm_malloc_ != 0)
|
||||
this->shm_malloc_->release (1);
|
||||
if (this->shm_malloc_->release (1) == 0)
|
||||
ACE_Process_Mutex::unlink (this->shm_malloc_->memory_pool ().
|
||||
mmap ().filename ());
|
||||
|
||||
delete this->shm_malloc_;
|
||||
this->shm_malloc_ = 0;
|
||||
|
||||
Reference in New Issue
Block a user