--- a/ui/win32/button.c Sat Dec 27 22:47:56 2025 +0100 +++ b/ui/win32/button.c Thu Jan 08 18:06:04 2026 +0100 @@ -242,7 +242,7 @@ if (i->obj) { group = i->obj; } else { - group = cxArrayListCreate(obj->ctx->allocator, NULL, CX_STORE_POINTERS, 8); + group = cxArrayListCreate(obj->ctx->allocator, CX_STORE_POINTERS, 8); i->obj = group; }