]> sigrok.org Git - libsigrok.git/commit
Fix #1167 by not creating sigrok channels twice
authorSoeren Apel <redacted>
Sun, 3 Jun 2018 14:50:27 +0000 (16:50 +0200)
committerUwe Hermann <redacted>
Sun, 3 Jun 2018 17:37:49 +0000 (19:37 +0200)
commit9e850040db5c6628e7d1f5a797d75f6bc8de7ea8
treea69c4d99dd81d38a9d724cd411a1e576e342699f
parent3c9117094cf3c9da5c7c2a7e292c30d3a48882e9
Fix #1167 by not creating sigrok channels twice

Also fixes a similar bug in the analog_raw input module that prevented
it from resetting properly - it freed its resources by calling cleanup().
src/input/raw_analog.c
src/input/wav.c