]> git.ipfire.org Git - thirdparty/hostap.git/commit
Free dh_ctx on failure in wps_nfc_gen_dh()
authorSrikanth Marepalli <srimarep@codeaurora.org>
Thu, 20 Sep 2018 09:16:54 +0000 (14:46 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 20 Sep 2018 14:18:16 +0000 (17:18 +0300)
commite66226016204631da0c5622e96ce1e5c73a28d38
treeb4cbd3abb40c7927809949a3296aa12e7f141b55
parent50b77f50e80fc1e40bf9aa5682a006fa8d278090
Free dh_ctx on failure in wps_nfc_gen_dh()

This is needed to avoid a memory leak on an error path.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/wps/wps_common.c