Kaydet (Commit) 11ee080e authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fixed leak in sys.flags initialization.

......@@ -1465,6 +1465,7 @@ make_flags(void)
#undef SetFlag
if (PyErr_Occurred()) {
Py_DECREF(seq);
return NULL;
}
return seq;
......
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