fix a corner case in conditional debug parsing

This commit is contained in:
zeromus 2011-03-17 23:01:55 +00:00
parent ad91be1ad3
commit 38bca0ae1a
1 changed files with 4 additions and 3 deletions

View File

@ -91,6 +91,7 @@ Condition* InfixOperator(const char** str, Condition(*nextPart(const char**)), i
if (t1 == 0)
{
if(t)
freeTree(t);
return 0;
}