Commit 037e9209 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Forgot to release a temp in one place

parent 55feb21e
......@@ -1075,6 +1075,7 @@ class NameNode(AtomicExprNode):
is_initialized=not self.skip_assignment_decref,
pos=self.pos, code=code)
code.putln("%s = 0;" % rhstmp)
code.func.release_temp(rhstmp)
def generate_deletion_code(self, code):
if self.entry is None:
......
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