diff options
Diffstat (limited to 'degesch.c')
-rw-r--r-- | degesch.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -119,7 +119,8 @@ static void input_buffer_destroy (struct input_buffer *self) { #ifdef HAVE_READLINE - // Can't really free "history" from here + // Can't really free "history" contents from here + free (self->history); #elif defined HAVE_EDITLINE history_wend (self->history); #endif // HAVE_EDITLINE |