]> sigrok.org Git - libsigrok.git/commitdiff
brymen-bm86x: drop redundant free call, fixup channel index
authorGerhard Sittig <redacted>
Tue, 11 Dec 2018 15:52:06 +0000 (16:52 +0100)
committerUwe Hermann <redacted>
Thu, 20 Dec 2018 15:19:42 +0000 (16:19 +0100)
Remove a free() call in an error path for a list which immediately
before the call was determined to be NULL. Use index 0 and 1 for
channels P1 and P2 respectively (the previous implementation used 0
for both channels).


No differences found