recursive recursion is bad
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Feb 2017 15:55:20 +0000 (10:55 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 24 Feb 2017 15:58:59 +0000 (10:58 -0500)
src/modules/rlm_eap/mem.c

index 7dc907f..6fda268 100644 (file)
@@ -111,8 +111,6 @@ static int _eap_handler_free(eap_handler_t *handler)
                WARN("!! Please read http://wiki.freeradius.org/guide/Certificate_Compatibility     !!");
                WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
        }
-
-       talloc_free(handler);
        
        return 0;
 }