commit | b77693447db987e77a39afaa8774e8702cb110d5 | [log] [tgz] |
---|---|---|
author | Thierry Escande <thierry.escande@collabora.com> | Thu Jun 16 20:24:41 2016 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Jul 06 10:03:08 2016 +0200 |
tree | c16ef17f147b8a7b45cd98686f9ce5b8e4237d69 | |
parent | 8f49bec6c36c73f0c212e07229b19fb4bba85788 [diff] |
NFC: digital: Fix a memory leak in NFC-F listening mode When configured as a target listening for a SENSF_REQ poll command, a nfcid2 array was allocated for no reason leading to a memory leak. The nfcid2 is sent by the target in the SENSF_RES reply. Signed-off-by: Thierry Escande <thierry.escande@collabora.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>