From: Bert Vermeulen Date: Tue, 23 Sep 2014 10:16:50 +0000 (+0200) Subject: input: Use sr_input_end() at end of input stream. X-Git-Tag: sigrok-cli-0.6.0~59 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=67a00747d638fad479a69533e190446975643d6a;p=sigrok-cli.git input: Use sr_input_end() at end of input stream. --- diff --git a/input.c b/input.c index 1b5d07e..b81e84b 100644 --- a/input.c +++ b/input.c @@ -137,6 +137,7 @@ static void load_input_file_module(void) } } + sr_input_end(in); sr_input_free(in); g_string_free(buf, TRUE);