Commit e4368d09 authored by gsamain's avatar gsamain Committed by Xavier Thompson

Proper refcount of activated methods

parent df6ab43e
......@@ -1223,6 +1223,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
code.putln("} else {")
code.putln("/* We should definitely shout here */")
code.putln("}")
code.putln("Cy_DECREF(message);")
code.putln("/* Return result object */")
code.putln("return result_object;")
code.putln("}")
......
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