diff options
| author | Ian Moffett <ian@mirocom.org> | 2026-05-23 11:35:31 -0400 |
|---|---|---|
| committer | Ian Moffett <ian@mirocom.org> | 2026-05-23 11:35:31 -0400 |
| commit | 833978f41433c526b9614f8c772896a0bd6e31cc (patch) | |
| tree | 2fc254f888f7dd80f4d34633539943327b943ab2 /core/state.c | |
| parent | a0b204fadd0ff2dae410e7b9e089de55cf1a4c47 (diff) | |
core: tokbuf: Dynamically expand token buffer
Signed-off-by: Ian Moffett <ian@mirocom.org>
Diffstat (limited to 'core/state.c')
| -rw-r--r-- | core/state.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
