]> sigrok.org Git - libsigrok.git/commitdiff
bindings: Session::set_trigger(): Fix segfault condition.
authorUwe Hermann <redacted>
Mon, 24 Nov 2014 00:11:17 +0000 (01:11 +0100)
committerUwe Hermann <redacted>
Mon, 24 Nov 2014 00:11:17 +0000 (01:11 +0100)
sr_session_trigger_set(sess, NULL) is a valid thing to do, meaning that
any trigger shall be removed from the session.

This closes bugs #491 and #496.


No differences found