]> sigrok.org Git - libsigrok.git/blobdiff - output/hex.c
output/ascii/bits/hex: Remove stray g_free().
[libsigrok.git] / output / hex.c
index a49d9d9283b32be70b71114f2449e1e39255baf2..ea3a9d1c77b9406820a917a74c34e9653cc73146 100644 (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);