Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_expr / rlm_expr.c
index df2ffd2..8c76d94 100644 (file)
 #include <freeradius-devel/ident.h>
 RCSID("$Id$")
 
-#include <freeradius-devel/autoconf.h>
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
 
@@ -297,6 +291,7 @@ static int expr_detach(void *instance)
        rlm_expr_t      *inst = instance;
 
        xlat_unregister(inst->xlat_name, expr_xlat);
+       pair_builtincompare_detach();
        free(inst->xlat_name);
 
        free(inst);