Change radius_msg_free() to free the buffer
authorJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 14:34:41 +0000 (16:34 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Dec 2009 14:34:41 +0000 (16:34 +0200)
commit9e7245bdb414dec167363b9178a37f4745afa595
treebcb52c9731b1af430703926c1de98124465afcca
parentd94f86d85ef1a846ff91fe3c66b368c1d535352c
Change radius_msg_free() to free the buffer

Since all callers were freeing the buffer immediately anyway, move
this operation into radius_msg_free() to reduce code size.
hostapd/accounting.c
hostapd/ieee802_11_auth.c
hostapd/ieee802_1x.c
radius_example/radius_example.c
src/radius/radius.c
src/radius/radius.h
src/radius/radius_client.c
src/radius/radius_server.c
wpa_supplicant/eapol_test.c