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

@@ -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;