diff -r b25f54b51d76 -r d6baaa93f7be ui/common/object.c --- a/ui/common/object.c Sun Jul 13 11:02:45 2025 +0200 +++ b/ui/common/object.c Sun Jul 13 11:38:27 2025 +0200 @@ -124,6 +124,7 @@ ev.document = obj->ctx->document; ev.obj = obj; ev.eventdata = NULL; + ev.eventdatatype = 0; ev.intval = 0; obj->ctx->close_callback(&ev, obj->ctx->close_data); }