]> sigrok.org Git - libsigrok.git/commit
link-mso19: Use default dev_clear() handler
authorLars-Peter Clausen <redacted>
Tue, 10 May 2016 12:05:41 +0000 (14:05 +0200)
committerLars-Peter Clausen <redacted>
Mon, 23 May 2016 16:24:58 +0000 (18:24 +0200)
commite5ff8e9e0a12d54963814debeab50cd88ecca632
tree4b610ff8f2acbd69b4d18071188b90d9737f682b
parentf1e93a951ec455ec5576ef17c0853b38be242b0b
link-mso19: Use default dev_clear() handler

The link-mso19 open-codes the std_dev_clear() function and uses it as its
custom dev_clear() callback. The std_dev_clear() function is automatically
called if no custom dev_clear() callback is specified, so just drop custom
implementation and use the default.

This also fixes a memory leak where the link-mso19 driver did not properly
free its driver state struct in the dev_clear() callback.

Signed-off-by: Lars-Peter Clausen <redacted>
src/hardware/link-mso19/api.c