mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
refactor: free more reachable memory with EXITFREE (#26349)
Discovered using __sanitizer_print_memory_profile().
This commit is contained in:
@@ -134,6 +134,8 @@ void ui_free_all_mem(void)
|
||||
free_ui_event_callback(event_cb);
|
||||
})
|
||||
map_destroy(uint32_t, &ui_event_cbs);
|
||||
|
||||
multiqueue_free(resize_events);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user