summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/ihex.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-12 20:01:53 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-06-12 20:01:53 -0600
commit28c8e08b08eea3b6c146f41829244a23524893a5 (patch)
tree9764b1c785e97c6fbf7a418bbe912a0e05103dc1 /cmd/sbc_harness/ihex.h
parent0474953ab2600ee3b6bc17ba605b8e7877e181fe (diff)
parented116aceb41a80a212bb67e49716bbd40d88a3a1 (diff)
Merge branch 'lukeshu/fix-leak'HEADmain
Diffstat (limited to 'cmd/sbc_harness/ihex.h')
-rw-r--r--cmd/sbc_harness/ihex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/sbc_harness/ihex.h b/cmd/sbc_harness/ihex.h
index d5ac70c..35a3cbe 100644
--- a/cmd/sbc_harness/ihex.h
+++ b/cmd/sbc_harness/ihex.h
@@ -44,5 +44,6 @@ struct ihex_decoder {
END_PRIVATE(IHEX_H);
};
LO_IMPLEMENTATION_H(io_writer, struct ihex_decoder, ihex_decoder);
+LO_IMPLEMENTATION_H(io_closer, struct ihex_decoder, ihex_decoder);
#endif /* _SBC_HARNESS_IHEX_H_ */