merge

Thu, 28 May 2026 21:18:33 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Thu, 28 May 2026 21:18:33 +0200
changeset 1148
6ebe1b98f53b
parent 1147
30476eaff3ba (diff)
parent 1146
35e098a663a7 (current diff)
child 1149
76b7664f951e

merge

--- 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) {

mercurial