output/csv: fix a minor leak
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
d3cc09a612
commit
7e7d7bc074
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue