Closed
Bug 1660886
Opened 5 years ago
Closed 4 years ago
Release PWebGL when ClientWebGLContext is done
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
It's not enough to drop all our RefPtr<WebGLChild> since "IPDL always holds a strong reference to the actor while the channel is open".
Otherwise we leak.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/109f3a4de567
Release PWebGL when ClientWebGLContext is done with it. r=handyman,jld
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•