libsigrok/src/input
Gerhard Sittig 603643fa71 input/raw_analog: silence "use after free" compiler warning
The cleanup() call will void the memory which 'inc' points to. Move the
dereference before the release.

This was reported by clang's scan-build.
2018-02-08 21:47:21 +01:00
..
binary.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
chronovu_la8.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
csv.c input/csv: Eliminate remaining memory leaks in error paths 2017-06-09 23:21:03 +02:00
input.c sr_dev_inst_free(): Allow NULL as argument. 2017-03-10 11:38:12 +01:00
raw_analog.c input/raw_analog: silence "use after free" compiler warning 2018-02-08 21:47:21 +01:00
trace32_ad.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00
vcd.c input/vcd: fixup VCD timestamp to sigrok samplenum mapping 2017-12-22 11:47:03 +01:00
wav.c drivers/input: Remove some hardcoded values. 2017-07-31 16:23:31 +02:00