It seems there are still raw `WorkerLoadContext*` passed as a (copied) [list into a runnable](https://searchfox.org/mozilla-central/rev/219df29d0fb5d8928ae41bba4a605046de411cf0/dom/workers/ScriptLoader.cpp#425,431) and some of these has been freed before the runnable was executed.
Bug 1800446 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
After bug 1797327 landed it seems there are still raw `WorkerLoadContext*` passed as a (copied) [list into a runnable](https://searchfox.org/mozilla-central/rev/219df29d0fb5d8928ae41bba4a605046de411cf0/dom/workers/ScriptLoader.cpp#425,431) and some of these has been freed before the runnable was executed.
After bug 1797327 landed it seems there are still raw `WorkerLoadContext*` passed as a (copied) [list into a runnable](https://searchfox.org/mozilla-central/rev/219df29d0fb5d8928ae41bba4a605046de411cf0/dom/workers/ScriptLoader.cpp#425,431) and one of these has been freed before the runnable was executed.