Fixed a few problems in the IpcLibs.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user