Fix a memory leak in ExpressionParser.cpp Because there's a return here, expr should be deleted since it's not assigned to anything before returning.