RESOLVED FIXED219355
[GStreamer] SleepDisabler leaked when closing tab
https://bugs.webkit.org/show_bug.cgi?id=219355
Summary [GStreamer] SleepDisabler leaked when closing tab
Michael Catanzaro
Reported 2020-11-30 06:51:51 PST
Add some WTFLogAlways() debug to the SleepDisabler constructor and destructor to see when it is created and destroyed. Start playing a YouTube video and note that a SleepDisabler is created. Then close the browser tab. Notice that the destructor never runs: the SleepDisabler has somehow been leaked. This might be a media bug, or it might be a higher-level bug if some other code is leaking the entire media player (hopefully not?). I'm not sure what is happening.
Attachments
Philippe Normand
Comment 1 2021-06-28 01:52:48 PDT
I can't reproduce this after fixing bug 219353.
Michael Catanzaro
Comment 2 2021-06-28 07:11:46 PDT
I can no longer reproduce this, so I'll close this. But see also bug #219354.
Michael Catanzaro
Comment 3 2021-06-28 10:16:36 PDT
After more testing, I'm fairly confident this is reliably fixed.
Note You need to log in before you can comment on or make changes to this bug.