X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=sigrok-cli.c;h=f54828265508449f920cd7977610574e719724ed;hp=403f01d2ea0be06f33b5cbd5e06b153a6f249064;hb=491e882048295442b38bb4c24d830302a23c0b70;hpb=f8ccd825cc903f6c5014ae4315b9e6acebf149a7 diff --git a/sigrok-cli.c b/sigrok-cli.c index 403f01d..f548282 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -599,7 +599,6 @@ static void datafeed_in(const struct sr_dev_inst *sdi, if (opt_continuous) g_warning("Device stopped after %" PRIu64 " samples.", received_samples); - sr_session_stop(); if (outfile && outfile != stdout) fclose(outfile); g_free(o);