]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_supplicant: Fix memory leak in wfd_subelems error path
authorEytan Lifshitz <eytan.lifshitz@intel.com>
Mon, 10 Feb 2014 10:55:03 +0000 (12:55 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Feb 2014 13:41:15 +0000 (15:41 +0200)
commit5e6aa04b0995bc30b766e48d03eba81a4e2332d1
treea811ade6cdcc0b1a6340eb04ffe27619597d9336
parent88853aedf6cc4a152442b5bb2c4946683df6ff66
wpa_supplicant: Fix memory leak in wfd_subelems error path

Memory allocated by calling function ieee802_11_vendor_ie_concat()
was not freed on an error path int ctrl_iface BSS command.

Signed-hostap: Eytan Lifshitz <eytan.lifshitz@intel.com>
wpa_supplicant/ctrl_iface.c