Commit be8cd9ed authored by gsamain's avatar gsamain

Proper refcount of activated methods

parent 6c3adab2
......@@ -1150,6 +1150,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