commit dfee752e56872f1c60240f72c9cf845415488bcc from: Omar Polo date: Sat Jun 18 16:18:11 2022 UTC tog: reset matched and search data after C-l otherwise they point to free'd data. ok stsp@ commit - 031611fc2bfa569627e4bc9f8f6092e6d47c2503 commit + dfee752e56872f1c60240f72c9cf845415488bcc blob - 8782d2289745425a1fdaecbd1edbcab6c230e7e6 blob + a3b1cc5362b33b8201b17b28e35e4f005f9f9cd9 --- tog/tog.c +++ tog/tog.c @@ -2800,6 +2800,8 @@ input_log_view(struct tog_view **new_view, struct tog_ s->thread_args.log_complete = 0; s->quit = 0; s->thread_args.commits_needed = view->nlines; + s->matched_entry = NULL; + s->search_entry = NULL; break; case 'r': if (view_is_parent_view(view))