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. |
||
---|---|---|
.. | ||
binary.c | ||
chronovu_la8.c | ||
csv.c | ||
input.c | ||
raw_analog.c | ||
trace32_ad.c | ||
vcd.c | ||
wav.c |
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. |
||
---|---|---|
.. | ||
binary.c | ||
chronovu_la8.c | ||
csv.c | ||
input.c | ||
raw_analog.c | ||
trace32_ad.c | ||
vcd.c | ||
wav.c |