diff options
Diffstat (limited to 'NorthstarDedicatedTest/cl_rcon.cpp')
-rw-r--r-- | NorthstarDedicatedTest/cl_rcon.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/cl_rcon.cpp b/NorthstarDedicatedTest/cl_rcon.cpp index 93cf0ae1..839f40bd 100644 --- a/NorthstarDedicatedTest/cl_rcon.cpp +++ b/NorthstarDedicatedTest/cl_rcon.cpp @@ -15,6 +15,15 @@ #include "igameserverdata.h" //----------------------------------------------------------------------------- +// Purpose: destructor +//----------------------------------------------------------------------------- +CRConClient::~CRConClient() +{ + delete m_pNetAdr2; + delete m_pSocket; +} + +//----------------------------------------------------------------------------- // Purpose: NETCON systems init //----------------------------------------------------------------------------- void CRConClient::Init(void) |