summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
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;