ui/motif/menu.c

changeset 117
b174e721663e
parent 115
e57ca2747782
--- a/ui/motif/menu.c	Wed Dec 17 22:36:41 2025 +0100
+++ b/ui/motif/menu.c	Sat Dec 27 22:47:56 2025 +0100
@@ -244,7 +244,7 @@
         // binding object is a list of all connected UiActiveMenuItemList.
         CxList *bindings = list->obj;
         if(!bindings) {
-            bindings = cxLinkedListCreate(ls->var->from_ctx->mp->allocator, NULL, CX_STORE_POINTERS);
+            bindings = cxLinkedListCreate(ls->var->from_ctx->mp->allocator, CX_STORE_POINTERS);
             list->obj = bindings;
         }
         cxListAdd(bindings, ls);

mercurial