libertas: fix two memory leaks
authorDaniel Drake <dsd@laptop.org>
Wed, 1 Aug 2012 20:35:36 +0000 (21:35 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 2 Aug 2012 17:51:47 +0000 (13:51 -0400)
commit8c1057e43c99e393fe2e14cca879affcb516d36b
treedca3305b4012a79d01e44e48f760aec6bb336caf
parent16ebd60856bc5d980722cb85b259a4d5b301e94a
libertas: fix two memory leaks

The if_sdio_card structure was never being freed, and neither
was the command structure used for association.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/cfg.c
drivers/net/wireless/libertas/if_sdio.c