Pull fix from the head
authoraland <aland>
Tue, 13 Dec 2005 22:29:59 +0000 (22:29 +0000)
committeraland <aland>
Tue, 13 Dec 2005 22:29:59 +0000 (22:29 +0000)
src/modules/rlm_checkval/rlm_checkval.c

index 1569181..aac33ec 100644 (file)
@@ -283,6 +283,7 @@ static int do_checkval(void *instance, REQUEST *request)
                                ret = RLM_MODULE_OK;
                        else
                                ret = RLM_MODULE_REJECT;
+                       regfree(&reg);
                }
 #endif
                tmp = chk_vp->next;