]> sigrok.org Git - libsigrok.git/commitdiff
lecroy-xstream: fix several compiler warnings (assignment, memory)
authorGerhard Sittig <redacted>
Fri, 9 Feb 2018 18:12:12 +0000 (19:12 +0100)
committerUwe Hermann <redacted>
Fri, 9 Feb 2018 20:37:39 +0000 (21:37 +0100)
Remove an assignment that won't take effect. Check pointers' validity
before dereferencing. Fix a memory leak.

This was reported by clang's scan-build.


No differences found