]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix resource leaks on rsn_preauth_init() error paths
authorJouni Malinen <j@w1.fi>
Sat, 31 Jan 2015 11:44:48 +0000 (13:44 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 31 Jan 2015 11:44:48 +0000 (13:44 +0200)
commit7650f9e7d8188171ff9cda985c6397bbf4eea126
tree3a32294e5709243cb6afa17a7136dd4fdcc23407
parent7afa678033510d31e35f9ac84ece5744d6912ad9
Fix resource leaks on rsn_preauth_init() error paths

The l2_packet instances were not freed on some of the rsn_preauth_init()
error paths.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/rsn_supp/preauth.c