Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39aba4f commit c1b0bfdCopy full SHA for c1b0bfd
1 file changed
Modules/_io/textio.c
@@ -455,6 +455,7 @@ _PyIncrementalNewlineDecoder_decode(PyObject *_self,
455
}
456
Py_DECREF(output);
457
output = PyUnicode_FromKindAndData(kind, translated, out);
458
+ PyMem_Free(translated);
459
if (!output)
460
goto error;
461
0 commit comments