aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--degesch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/degesch.c b/degesch.c
index f548f9e..b4893da 100644
--- a/degesch.c
+++ b/degesch.c
@@ -336,6 +336,7 @@ input_restore_buffer (struct input *self, struct input_buffer *buffer)
// cleared them altogether, so there should be nothing to leak.
HISTORY_STATE *state = history_get_history_state ();
state->offset = state->length = state->size = 0;
+ state->entries = NULL;
history_set_history_state (state);
free (state);
}