mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
decref correct object
This commit is contained in:
parent
4bb867d3ec
commit
06403cff16
1 changed files with 1 additions and 1 deletions
|
@ -6194,7 +6194,7 @@ posix_unsetenv(PyObject *self, PyObject *args)
|
|||
|
||||
err = unsetenv(s1);
|
||||
if (err) {
|
||||
Py_DECREF(s1);
|
||||
Py_DECREF(os1);
|
||||
return posix_error();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue