Commit f5ef2cc1 authored by Stefan Behnel's avatar Stefan Behnel

init temp allocation error checker to None to fix AttributeError

parent a9f4159d
......@@ -612,6 +612,7 @@ class RemoveAllocateTemps(type):
class NewTempExprNode(ExprNode):
backwards_compatible_result = None
temp_code = None
old_temp = None # error checker for multiple frees etc.
# Do not enable this unless you are trying to make all ExprNodes
# NewTempExprNodes (child nodes reached via recursion may not have
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment