X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=radius_example%2Fradius_example.c;h=fd7dbaee09f6ee37ecfab62ca148085f652364ed;hb=545cc6af2593b3174ae7813d2fd658074ff44e23;hp=1bcefc899073ec1b74dcca6f1359b7bdc116bd05;hpb=174e899f698eeafe40e77616aad0b50803d7ad3b;p=libeap.git diff --git a/radius_example/radius_example.c b/radius_example/radius_example.c index 1bcefc8..fd7dbae 100644 --- a/radius_example/radius_example.c +++ b/radius_example/radius_example.c @@ -151,6 +151,7 @@ int main(int argc, char *argv[]) radius_client_deinit(ctx.radius); os_free(srv->shared_secret); + os_free(srv); eloop_destroy(); os_program_deinit();