diff options
-rw-r--r-- | kilo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -998,6 +998,7 @@ void editorFind(int fd) { #define FIND_RESTORE_HL do { \ if (saved_hl) { \ memcpy(E.row[saved_hl_line].hl,saved_hl, E.row[saved_hl_line].rsize); \ + free(saved_hl); \ saved_hl = NULL; \ } \ } while (0) |