From ed116aceb41a80a212bb67e49716bbd40d88a3a1 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 12 Jun 2025 13:08:48 -0600 Subject: /harness/flash.bin: Fix a memory leak --- cmd/sbc_harness/ihex.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/sbc_harness/ihex.h') 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_ */ -- cgit v1.2.3-2-g168b