X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Ftext%2Fhex.c;h=1c2757cc0e84e3845b4014b4f0aecfa71f452813;hb=8c273ac57ce34d5a8c8b5093413564af69968041;hp=3ddaf47fc6c20eee48f533290ece3a8289aeb7f8;hpb=61bab807f4b85660c07b1ac62a3ae2b35b333e5e;p=libsigrok.git diff --git a/output/text/hex.c b/output/text/hex.c index 3ddaf47f..1c2757cc 100644 --- a/output/text/hex.c +++ b/output/text/hex.c @@ -109,4 +109,5 @@ SR_PRIV struct sr_output_format output_text_hex = { .init = init_hex, .data = data_hex, .event = event, + .cleanup = text_cleanup, };