staging : rtl8712: Free memory when kmalloc fails
authorSouptick Joarder <jrdr.linux@gmail.com>
Mon, 31 Oct 2016 11:26:05 +0000 (16:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 10:24:52 +0000 (11:24 +0100)
commitbd4fcdaddc8d8d77bd10083f2e8f05c2896b7f4a
tree60c1c77725f2de832888de4bf9fde341e3ad21ad
parent1ecf034bed34824239c71013c53872cd3cbb327a
staging : rtl8712: Free memory when kmalloc fails

There are few functions where we need to free previously allocated
memory when kmalloc fails. Else it may lead to memory leakage. In
_init_cmd_priv() and _r8712_init_xmit_priv(), in few places we are
not freeing previously allocated memory when kmalloc fails.

Signed-off-by: Souptick joarder <jrdr.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_cmd.c
drivers/staging/rtl8712/rtl871x_xmit.c