mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add missing decref
This commit is contained in:
parent
0faa1ca51d
commit
969d8c0c8c
1 changed files with 1 additions and 0 deletions
|
@ -1442,6 +1442,7 @@ PySequence_List(PyObject *v)
|
|||
Py_DECREF(result);
|
||||
return NULL;
|
||||
}
|
||||
Py_DECREF(rv);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue