finalizer

This commit is contained in:
2026-04-18 16:58:38 +02:00
parent 63b7692b59
commit eb58dacc41

View File

@@ -844,7 +844,7 @@
(dbg-webview "Stopping event processing thread (kill-thread)") (dbg-webview "Stopping event processing thread (kill-thread)")
(stop-event-processing) (stop-event-processing)
(dbg-webview "Finalizer done") (dbg-webview "Finalizer done")
(set finalizer-executed #t) (set! finalizer-executed #t)
) )
) )