mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
Add missing PyMem_Free.
This commit is contained in:
parent
e58334ae9e
commit
9f485bcd68
1 changed files with 1 additions and 0 deletions
|
|
@ -1553,6 +1553,7 @@ posix_chmod(PyObject *self, PyObject *args)
|
|||
PyMem_Free(path);
|
||||
return NULL;
|
||||
}
|
||||
PyMem_Free(path);
|
||||
Py_INCREF(Py_None);
|
||||
return Py_None;
|
||||
#else /* Py_WIN_WIDE_FILENAMES */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue