diff --git a/files.c b/files.c index 8f9918d5..a95385d1 100644 --- a/files.c +++ b/files.c @@ -2949,7 +2949,7 @@ void save_history(void) goto come_from; } } -come_from: + come_from: fclose(hist); } free(nanohist);