core: tokbuf: Dynamically expand token buffer
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user