On Thu, May 11, 2017 at 4:51 AM, Wolfram Sang <w...@the-dreams.de> wrote:
> Signed-off-by: Wolfram Sang <w...@the-dreams.de>
> ---
>  src/output/csv.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/output/csv.c b/src/output/csv.c
> index 3cf19191..fd43f00d 100644
> --- a/src/output/csv.c
> +++ b/src/output/csv.c
> @@ -608,6 +608,7 @@ static int cleanup(struct sr_output *o)
>                 g_free((gpointer)ctx->frame);
>                 g_free((gpointer)ctx->comment);
>                 g_free((gpointer)ctx->gnuplot);
> +               g_free((gpointer)ctx->value);
>                 g_free(ctx->previous_sample);
>                 g_free(ctx->channels);
>                 g_free(o->priv);
> --
> 2.11.0
>

Tested-by: Maxim Sloyko <m.slo...@gmail.com>

-- 
--
Maxim Sloyko

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to