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 ------------------------------------------------------------------------------ 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