Fixing cache deletion for CliqueManager; updating copyright

This commit is contained in:
Stanley Tsang
2021-02-19 22:22:46 +00:00
parent 6a568a8652
commit 45f5255f7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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();