mirror of https://github.com/python/cpython
Fixed leak in sys.flags initialization.
This commit is contained in:
parent
170078804c
commit
87a854dc73
|
@ -1404,6 +1404,7 @@ make_flags(void)
|
|||
#undef SetFlag
|
||||
|
||||
if (PyErr_Occurred()) {
|
||||
Py_DECREF(seq);
|
||||
return NULL;
|
||||
}
|
||||
return seq;
|
||||
|
|
Loading…
Reference in New Issue