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 6c96ffe commit a9aedd2Copy full SHA for a9aedd2
1 file changed
Modules/main.c
@@ -417,6 +417,7 @@ Py_Main(int argc, wchar_t **argv)
417
"not enough memory to copy PYTHONWARNINGS");
418
mbstowcs(warning, buf, len);
419
PySys_AddWarnOption(warning);
420
+ free(warning);
421
}
422
423
0 commit comments