vgetargskeywords(): Patch for memory leak identified in bug #119862.

This commit is contained in:
Barry Warsaw 2000-12-11 20:01:55 +00:00
parent 7c1e5adf27
commit 0705028076
1 changed files with 1 additions and 0 deletions

View File

@ -1123,6 +1123,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, char *format,
return 0;
}
converted++;
Py_DECREF(item);
}
else {
PyErr_Clear();