]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 7dc907f6856a8292a6cdeb27346be167183945a6..6fda268d6b717e01b2d7b84521796b8b743a7b41 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;
 }