diff --git a/docs/source/conf.py b/docs/source/conf.py index e1b437dc20..fe3b05c3dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/src/clique/CliqueManager.cc b/src/clique/CliqueManager.cc index 06dc8f539c..93c8eb091c 100644 --- a/src/clique/CliqueManager.cc +++ b/src/clique/CliqueManager.cc @@ -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();