fix for possible leak in the expression controller find identifier.

This commit is contained in:
Campbell Barton 2013-11-02 05:18:31 +00:00
parent 59cdb0d65d
commit fc618bbcbf
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ CValue* SCA_ExpressionController::FindIdentifier(const STR_String& identifiernam
{
identifierval = new CBoolValue(sensor->GetState());
//identifierval = sensor->AddRef();
break;
}
//if (!sensor->IsPositiveTrigger())