diff -r b459361d98ad -r ccde46662db7 ui/motif/menu.c --- a/ui/motif/menu.c Wed Dec 17 18:31:20 2025 +0100 +++ b/ui/motif/menu.c Thu Dec 18 17:50:15 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);