diff --git a/simgear/props/condition.cxx b/simgear/props/condition.cxx index ffb15745..fa5c0f4c 100644 --- a/simgear/props/condition.cxx +++ b/simgear/props/condition.cxx @@ -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); }