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