]> sigrok.org Git - libsigrok.git/commit
Don't remove stray source from the session after stopping
authorBert Vermeulen <redacted>
Mon, 29 Apr 2013 22:04:39 +0000 (00:04 +0200)
committerBert Vermeulen <redacted>
Mon, 29 Apr 2013 22:09:20 +0000 (00:09 +0200)
commit037286445116d0f4f7f9b16a4a7353f3be207ff0
tree36727c11ac420ef5a34d1bcbf8cf0bb96931ae34
parent2a67abfe349f26f0cc9d34e36f48b250cb9cac50
Don't remove stray source from the session after stopping

It's up to the drivers and frontends to remove the sources they
added to the session.

Also don't tell the driver about a forced session stop more than
once, because it's sloppy.

Fixes bug 62.
session.c