Commit 07050280 authored by Barry Warsaw's avatar Barry Warsaw

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

parent 7c1e5adf
......@@ -1123,6 +1123,7 @@ vgetargskeywords(PyObject *args, PyObject *keywords, char *format,
return 0;
}
converted++;
Py_DECREF(item);
}
else {
PyErr_Clear();
......
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