Commit 35191c8a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 651eaf72
...@@ -498,7 +498,6 @@ pyfileh_clear(PyObject *pyfileh0) ...@@ -498,7 +498,6 @@ pyfileh_clear(PyObject *pyfileh0)
* pyfileh_dealloc also calls pyfileh_clear. */ * pyfileh_dealloc also calls pyfileh_clear. */
fileh_close(fileh); fileh_close(fileh);
fileh->file = NULL;
Py_DECREF(pyfile); Py_DECREF(pyfile);
} }
......
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