mirror of https://github.com/python/cpython.git
fix issue3304 - remove an incorrect PyMem_Free in fileio_init
This commit is contained in:
parent
7f58022219
commit
eb77fe4cbf
|
@ -278,7 +278,6 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
|
|||
ret = -1;
|
||||
|
||||
done:
|
||||
PyMem_Free(name);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue