NFC: llcp: Fix possible memory leak while sending I frames
authorSzymon Janc <szymon.janc@gmail.com>
Sat, 30 Nov 2013 15:14:57 +0000 (16:14 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Sat, 4 Jan 2014 02:32:27 +0000 (03:32 +0100)
commit43d53c29dd8548404256c05573ff557c927d214b
tree92a4011a4a0eb8cf9e84621ac352002e69bc2c38
parent249eb5bd74553da189fbff90c20c6d884a1db71e
NFC: llcp: Fix possible memory leak while sending I frames

If sending was not completed due to low memory condition msg_data
was not free before returning from function.

Signed-off-by: Szymon Janc <szymon.janc@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/llcp_commands.c