]> sigrok.org Git - libsigrok.git/commit
input/csv: Eliminate remaining memory leaks in error paths
authorGerhard Sittig <redacted>
Fri, 9 Jun 2017 21:10:40 +0000 (23:10 +0200)
committerGerhard Sittig <redacted>
Fri, 9 Jun 2017 21:21:03 +0000 (23:21 +0200)
commit2355d2291925ace0bd9c85b21f2ce7e2c6606c7f
tree866a47f333513447c509c1e8cd47aed240c5c073
parentf027208ea7c058d482620af39be38835c045895f
input/csv: Eliminate remaining memory leaks in error paths

When the processing of columns of text lines detected errors, the loop
was aborted and the routine was left, but allocated resources were not
freed. Fix the remaining memory leaks in the error code paths.
src/input/csv.c