]> git.ipfire.org Git - thirdparty/hostap.git/commit
VHT: Fix memory leak in STA entry
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 22 Nov 2013 11:48:02 +0000 (13:48 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 22 Nov 2013 15:46:22 +0000 (17:46 +0200)
commitcc14091eab7be8d7bc21a7ea18ca2d28de08822a
tree8ee509cd682de768cbda92e886422e38ea6fbdec
parent01370f49a65392b14341393a187ce63194446418
VHT: Fix memory leak in STA entry

Commit de3cdf354a30256ece16866ff5a283b66e1471ae adding copying of the
STA's VHT capabilities into the STA entry on the AP. This was done in
allocated memory, but that new memory allocation was not freed anywhere.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/sta_info.c