fix memory leaks
/ sync-to-origin (push) Waiting to run

This commit is contained in:
2025-04-14 09:10:56 +02:00
parent 9b8bdbf850
commit f01422eaf5
10 changed files with 151 additions and 89 deletions
+1
View File
@@ -148,6 +148,7 @@ struct SelectorType {
struct complete_menu {
WINDOW *win;
ITEM **items;
size_t items_size;
MENU *menu;
};