File PyPAM-0.5.0-conv-borrowed.patch of Package python-pam
--- PAMmodule.c +++ PAMmodule.c @@ -98,7 +98,6 @@ } spr->resp = strdup(resp_text); spr->resp_retcode = resp_retcode; - Py_DECREF(respTuple); } // Save this so we can free it later.
--- PAMmodule.c +++ PAMmodule.c @@ -98,7 +98,6 @@ } spr->resp = strdup(resp_text); spr->resp_retcode = resp_retcode; - Py_DECREF(respTuple); } // Save this so we can free it later.