From 689ceeca3d25cb2f738a6c52776c53912abb797f Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Tue, 31 Jan 2023 00:07:54 +0100 Subject: Implement mark and copy-paste Also fix some memory leaks --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3e4f334..0765344 100644 --- a/src/main.c +++ b/src/main.c @@ -309,7 +309,9 @@ int main(int argc, char *argv[]) { display_clear(display); display_destroy(display); keymap_destroy(&global_keymap); + keymap_destroy(&ctrlx_map); command_registry_destroy(&commands); + reactor_destroy(reactor); frame_allocator_destroy(&frame_allocator); return 0; -- cgit v1.2.3