# HG changeset patch # User Olaf Wintermann # Date 1779995913 -7200 # Node ID 6ebe1b98f53b800934b9b1a21acf5e288ec176de # Parent 30476eaff3ba03999468859b7a6507d9d9ed00ff# Parent 35e098a663a7b6c6d20d2845bcf0a198c6b14e9f merge diff -r 35e098a663a7 -r 6ebe1b98f53b ui/common/context.c --- a/ui/common/context.c Thu May 28 18:07:00 2026 +0200 +++ b/ui/common/context.c Thu May 28 21:18:33 2026 +0200 @@ -110,6 +110,7 @@ cxListClear(ctx->states); cxListClear(ctx->state_widgets); cxListClear(ctx->action_bindings); + uic_context_detach_all(ctx); } void uic_context_destroy(UiContext *ctx, void *document) {