linux-stable/tools/iio
Hartmut Knaack a71bfb4a6a tools:iio:generic_buffer: fix order of freeing data
data gets allocated before buffer_access, so it should be freed in reverse
order. Otherwise, if allocating buffer_access fails, an attempt to free it
would be taken, which should not happen.

Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2015-05-31 17:12:51 +01:00
..
generic_buffer.c tools:iio:generic_buffer: fix order of freeing data 2015-05-31 17:12:51 +01:00
iio_event_monitor.c
iio_utils.c tools: iio: generic_buffer: Fix generic scale extraction 2015-03-28 11:01:49 +00:00
iio_utils.h
lsiio.c
Makefile iio: make tools more cross-compilation friendly 2015-05-10 20:31:45 +01:00