X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Fhex.c;h=ea3a9d1c77b9406820a917a74c34e9653cc73146;hb=bda100ec0f99166ff391a4f4b44662a6eed5641b;hp=a49d9d9283b32be70b71114f2449e1e39255baf2;hpb=1e1dac0c0707f73a4c86e27cd02bb90515550354;p=libsigrok.git diff --git a/output/hex.c b/output/hex.c index a49d9d92..ea3a9d1c 100644 --- a/output/hex.c +++ b/output/hex.c @@ -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);