summaryrefslogtreecommitdiff
path: root/core/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/state.c')
-rw-r--r--core/state.c1
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);
}