Fixed a few problems in the IpcLibs.

This commit is contained in:
Juan Carlos Luciani
2006-09-01 22:53:10 +00:00
parent f45c0f4c9e
commit 48d4d947ea
4 changed files with 121 additions and 41 deletions

View File

@@ -113,6 +113,9 @@ ServerReq::~ServerReq(void)
if (m_pClientData)
free(m_pClientData);
// Delete the SmartSChannel
delete m_pSmartSChannel;
// Decrement the object count
InterlockedDecrement(&numServerReqObjects);