--- a/ui/common/threadpool.c Sat Apr 05 17:57:04 2025 +0200 +++ b/ui/common/threadpool.c Sun Jul 20 22:04:39 2025 +0200 @@ -165,6 +165,7 @@ event.document = job->obj->ctx->document; event.intval = 0; event.eventdata = NULL; + event.eventdatatype = 0; job->finish_callback(&event, job->finish_data); free(job); return 0;