Fixing cache deletion for CliqueManager; updating copyright

This commit is contained in:
Stanley Tsang
2021-02-19 22:22:46 +00:00
vanhempi 6a568a8652
commit 45f5255f7c
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
+1 -1
Näytä tiedosto
@@ -56,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project = u'RCCL'
copyright = u'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2020 Advanced Micro Devices'
copyright = u'2015-2018, NVIDIA CORPORATION; Modifications Copyright 2019-2021 Advanced Micro Devices'
author = u'Advanced Micro Devices'
# The version info for the project you're documenting, acts as replacement for
+1 -1
Näytä tiedosto
@@ -82,7 +82,7 @@ void CliqueManager::CleanUp()
{
// Release caches
if (m_ipcHandleSendCache) delete m_ipcHandleSendCache;
if (m_ipcHandleSendCache) delete m_ipcHandleRecvCache;
if (m_ipcHandleRecvCache) delete m_ipcHandleRecvCache;
// Close shared memory
m_shmHandles.Close();