mirror of https://github.com/python/cpython
Add missing PyMem_Free.
This commit is contained in:
parent
e58334ae9e
commit
9f485bcd68
|
@ -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…
Reference in New Issue