--- ./rlm_python.c.old	Wed Sep 14 18:15:49 2005
+++ ./rlm_python.c	Wed Sep 14 18:16:56 2005
@@ -485,13 +485,6 @@

     /* pDict and pFunc are borrowed and must not be Py_DECREF-ed */

-    /* Free pairs if we are rejecting.
-     * xxx Shouldn't the core do that?
-     */
-
-    if ((return_value == RLM_MODULE_REJECT) && (request != NULL)) {
-	pairfree(&(request->reply->vps));
-    }

     /* Return the specified by the Python module */
     return return_value;
