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)
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>

No differences found