Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9724348 commit a2e3585Copy full SHA for a2e3585
1 file changed
Modules/nismodule.c
@@ -412,6 +412,7 @@ nis_maps (PyObject *self, PyObject *args, PyObject *kwdict)
412
PyObject *str = PyUnicode_FromString(maps->map);
413
if (!str || PyList_Append(list, str) < 0)
414
{
415
+ Py_XDECREF(str);
416
Py_DECREF(list);
417
list = NULL;
418
break;
0 commit comments