mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 18:08:15 +02:00
We could hit a VERIFY in RefPtr if there was a seek in flight while the PlaybackManager was being destroyed, since finishing a seek would run DisplayingVideoSink::resume_updates() which would then check if there is a new frame to display.