]> sigrok.org Git - libsigrok.git/commit
input/csv: eliminate unneeded zero fill of analog samples in malloc
authorMarkus Heidelberg <redacted>
Sun, 27 Nov 2022 01:14:07 +0000 (02:14 +0100)
committerGerhard Sittig <redacted>
Mon, 5 Dec 2022 20:24:41 +0000 (21:24 +0100)
commit49c45a5c64a031c4371710cad1e7a63c9d67c318
tree54f288171d573aa34174fb41cc9ca09cdf80e28f
parente7ed37042611345fdcd47dbd6b9e3ec6fc38919a
input/csv: eliminate unneeded zero fill of analog samples in malloc

Zero filling the memory for analog sample data was not harmful, but
shadowed the issue which got fixed in commit e7ed37042611. Remove it.
Which also happens to unify memory preparation again for logic and
for analog data.
src/input/csv.c