--- 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;
}