diff -r d466b6edfebc -r 4d04cb879daa ui/common/types.c --- a/ui/common/types.c Sat Oct 04 10:59:56 2025 +0200 +++ b/ui/common/types.c Sat Oct 04 12:29:44 2025 +0200 @@ -671,6 +671,8 @@ void uic_list_unbind(UiList *l) { l->update = NULL; + l->getselection = NULL; + l->setselection = NULL; l->obj = NULL; }