REVIEW: Memory Leak - SGComparisonCondition::setRightValue()

7,144 bytes in 47 blocks are indirectly lost
This commit is contained in:
Scott Giese 2020-08-22 18:23:19 -05:00
parent e1a6602a59
commit 6160fce2ae

View File

@ -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);
}