output/csv: fix a minor leak

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Wolfram Sang 2017-05-11 13:51:09 +02:00 committed by Uwe Hermann
parent d3cc09a612
commit 7e7d7bc074
1 changed files with 1 additions and 0 deletions

View File

@ -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);