REVIEW: Memory Leak - SGComparisonCondition::setRightValue()
7,144 bytes in 47 blocks are indirectly lost
This commit is contained in:
parent
e1a6602a59
commit
6160fce2ae
@ -426,6 +426,7 @@ SGComparisonCondition::setPrecisionValue (const SGPropertyNode *node)
|
||||
void
|
||||
SGComparisonCondition::setRightValue (const SGPropertyNode *node)
|
||||
{
|
||||
// REVIEW: Memory Leak - 7,144 bytes in 47 blocks are indirectly lost
|
||||
_right_property = new SGPropertyNode(*node);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user