Merge pull request #29124 from bfredl/inputring

refactor(input): don't use a ring for input
This commit is contained in:
bfredl
2024-06-02 10:19:55 +02:00
committed by GitHub
4 changed files with 61 additions and 54 deletions

View File

@@ -883,7 +883,6 @@ void free_all_mem(void)
decor_free_all_mem();
drawline_free_all_mem();
input_free_all_mem();
if (ui_client_channel_id) {
ui_client_free_all_mem();