]> sigrok.org Git - libsigrok.git/commitdiff
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)
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.


No differences found