Commit 8628f571 authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed refleak in _testcapi.test_s_code.

parent d73edf25
......@@ -504,6 +504,7 @@ test_s_code(PyObject *self)
if (PyArg_ParseTuple(tuple, "z:test_s_code2", &value) < 0)
return NULL;
Py_DECREF(tuple);
Py_RETURN_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