commit | f0828ba96d02d4d4b197c531b34c662ee3c928df | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu May 07 20:32:04 2015 -0300 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue May 12 20:01:13 2015 +0100 |
tree | d722023606d70fd61f4af731d8069d30affcdc8b | |
parent | f29b212edb9e253cafcb4a2ab7842a890989f1a5 [diff] |
iio: light: hid-sensor-prox: Fix memory leak in probe() 'channels' is allocated via kmemdup and it is never freed. Use 'indio_dev->channels' directly instead, so that we avoid such memory leak problem. Reported-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>