Kaydet (Commit) d06483c2 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Missing DECREF.

üst dcae0dc4
......@@ -2619,6 +2619,7 @@ reduce_2(PyObject *obj)
Py_XDECREF(cls);
Py_XDECREF(args);
Py_XDECREF(args2);
Py_XDECREF(slots);
Py_XDECREF(state);
Py_XDECREF(names);
Py_XDECREF(listitems);
......
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