Fix double free with CONFIG_WPS_STRICT=y
authorJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 09:11:00 +0000 (12:11 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Oct 2011 09:11:00 +0000 (12:11 +0300)
commitc3b75919face9b40da5afdb31e950d455d54559d
tree90ba66258159ceda2dc445fb4b5578f8b3e68a1b
parent6a90053cdfbf62fea6ddb1b0269b1176b796e01e
Fix double free with CONFIG_WPS_STRICT=y

Commit 17f6b9005641c9c44f55cda825b3a170ffa8ff04 extended the use of
the concatenated WPS IE outside the CONFIG_WPS_STRICT block, but
forgot to remove the old wpabuf_free(wps) call.
src/ap/drv_callbacks.c