]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix memory leaks on radius_client_send error paths
authorJouni Malinen <j@w1.fi>
Sun, 1 Apr 2012 14:55:20 +0000 (17:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 1 Apr 2012 14:55:20 +0000 (17:55 +0300)
commitca8e039fec1352e2ece4fdbd6fde92fd461565a3
tree6891cb10ef25a9c85dedb2f00df04d285983a78d
parent8c6f80e02345f628aff7183df4532144848a30f7
Fix memory leaks on radius_client_send error paths

In case this function returns an error, the RADIUS message needs to
freed in the caller.

Signed-hostap: Jouni Malinen <j@w1.fi>
radius_example/radius_example.c
src/ap/accounting.c
src/ap/ieee802_11_auth.c
wpa_supplicant/eapol_test.c