mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "hostnode.h"
|
||||
#include "directplayutils.h"
|
||||
|
||||
namespace BlackSimPlugin
|
||||
{
|
||||
@@ -25,10 +26,7 @@ namespace BlackSimPlugin
|
||||
|
||||
CHostNode::~CHostNode()
|
||||
{
|
||||
if (m_hostAddress)
|
||||
m_hostAddress->Release();
|
||||
|
||||
m_hostAddress = nullptr;
|
||||
SafeRelease(m_hostAddress);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user