mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
It's not safe to capture a local NonnullGCPtr by reference in a closure that will execute at some arbitrary time in the future when the local is out of scope.