fix a potential bug in CProfileNode destructor, if the SDK is included/used multiple times.

This commit is contained in:
Erwin Coumans
2014-04-28 11:24:29 -07:00
parent 4996a64238
commit 8eb1835415

View File

@@ -293,8 +293,7 @@ void CProfileNode::CleanupMemory()
CProfileNode::~CProfileNode( void )
{
delete ( Child);
delete ( Sibling);
CleanupMemory();
}