]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFC: llcp: Fix 2 memory leaks
authorThierry Escande <thierry.escande@collabora.com>
Wed, 29 Jun 2016 08:48:23 +0000 (10:48 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 6 Jul 2016 08:02:06 +0000 (10:02 +0200)
commit256f3ee3d1468660ca3b10ad3beab7e8f6cbd969
tree2691c87eaa34f7a20f82103f68e7e515ba03a552
parentde9e5aeb4f40e72fa3bb087d378c9bd4ecf65c7f
NFC: llcp: Fix 2 memory leaks

Once copied into the sk_buff data area using llcp_add_tlv(), the
allocated TLVs must be freed.

With this patch nfc_llcp_send_connect() and nfc_llcp_send_cc() don't
return immediately on success and now free the allocated TLVs.

Signed-off-by: Thierry Escande <thierry.escande@collabora.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/llcp_commands.c