Commit 969d8c0c authored by Raymond Hettinger's avatar Raymond Hettinger

Add missing decref

parent 0faa1ca5
......@@ -1442,6 +1442,7 @@ PySequence_List(PyObject *v)
Py_DECREF(result);
return NULL;
}
Py_DECREF(rv);
return result;
}
......
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