diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-12 13:08:48 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-06-12 19:47:28 -0600 |
commit | ed116aceb41a80a212bb67e49716bbd40d88a3a1 (patch) | |
tree | 9764b1c785e97c6fbf7a418bbe912a0e05103dc1 /cmd/sbc_harness/ihex.h | |
parent | 0474953ab2600ee3b6bc17ba605b8e7877e181fe (diff) |
/harness/flash.bin: Fix a memory leak
Diffstat (limited to 'cmd/sbc_harness/ihex.h')
-rw-r--r-- | cmd/sbc_harness/ihex.h | 1 |
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_ */ |