Commit eb77fe4c authored by Gregory P. Smith's avatar Gregory P. Smith

fix issue3304 - remove an incorrect PyMem_Free in fileio_init

parent 7f580222
......@@ -278,7 +278,6 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
ret = -1;
done:
PyMem_Free(name);
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment