From 833978f41433c526b9614f8c772896a0bd6e31cc Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 23 May 2026 11:35:31 -0400 Subject: core: tokbuf: Dynamically expand token buffer Signed-off-by: Ian Moffett --- core/state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'core/state.c') diff --git a/core/state.c b/core/state.c index 8c8639c..ef9d522 100644 --- a/core/state.c +++ b/core/state.c @@ -48,4 +48,5 @@ state_close(struct cescal_state *state) close(state->in_fd); state->in_fd = -1; ptrbox_destroy(&state->ptrbox); + tokbuf_destroy(&state->tokbuf); } -- cgit v1.2.3