ui/common/types.c

changeset 796
4d04cb879daa
parent 758
d5ff5520affe
child 875
0575ca45f1bb
--- 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;
 }
 

mercurial