output/ascii/bits/hex: Remove stray g_free().

This commit is contained in:
Bert Vermeulen 2014-04-21 23:35:26 +02:00
parent 1e1dac0c07
commit bda100ec0f
3 changed files with 0 additions and 3 deletions

View File

@ -209,7 +209,6 @@ static int cleanup(struct sr_output *o)
if (!(ctx = o->internal))
return SR_OK;
g_free(ctx->header);
g_free(ctx->channel_index);
g_free(ctx->prev_sample);
g_free(ctx->channel_names);

View File

@ -197,7 +197,6 @@ static int cleanup(struct sr_output *o)
if (!(ctx = o->internal))
return SR_OK;
g_free(ctx->header);
g_free(ctx->channel_index);
g_free(ctx->channel_names);
for (i = 0; i < ctx->num_enabled_channels; i++)

View File

@ -210,7 +210,6 @@ static int cleanup(struct sr_output *o)
if (!(ctx = o->internal))
return SR_OK;
g_free(ctx->header);
g_free(ctx->channel_index);
g_free(ctx->sample_buf);
g_free(ctx->channel_names);