Kaydet (Commit) 01feaecb authored tarafından Benjamin Peterson's avatar Benjamin Peterson

plug memory leak (closes #14325)

üst 57b2959d
......@@ -1445,7 +1445,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, const char *format,
len,
(len == 1) ? "" : "s",
nargs + nkeywords);
return 0;
return cleanreturn(0, &freelist);
}
/* convert tuple args and keyword args in same loop, using kwlist to drive process */
......
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