RESOLVED FIXED Bug 67816
[chromium] REGRESSION(94353): Compositor textures and resources leaked when tab closed that is not last tab in the process
https://bugs.webkit.org/show_bug.cgi?id=67816
Summary [chromium] REGRESSION(94353): Compositor textures and resources leaked when t...
James Robinson
Reported 2011-09-08 16:12:40 PDT
[chromium] REGRESSION(94353): Compositor textures and resources leaked when tab closed that is not last tab in the process
Attachments
Patch (5.42 KB, patch)
2011-09-08 16:13 PDT, James Robinson
kbr: review+
James Robinson
Comment 1 2011-09-08 16:13:15 PDT
James Robinson
Comment 2 2011-09-08 16:14:16 PDT
This fixes the leak, but I really really really want to get some automated tests for this before landed. I left the OOPS! in the changelog to remind myself. I've fixed this bug twice and don't really want to have to do it again :/
James Robinson
Comment 3 2011-09-08 16:15:53 PDT
Note that this is another sign that https://bugs.webkit.org/show_bug.cgi?id=66995 is something we need, the problem here is our overuse of RefPtr<>s which needs lots of manual cleanup.
Kenneth Russell
Comment 4 2011-09-10 15:12:07 PDT
Comment on attachment 106810 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=106810&action=review Looks fine to me. ChangeLog needs a small cleanup before landing. > Source/WebCore/ChangeLog:8 > + No new tests. (OOPS!) That OOPS needs to be removed.
James Robinson
Comment 5 2011-09-12 10:47:33 PDT
Thanks Ken. We need this patch for 15 so I'll clean up the ChangeLog and continue to work on testing infrastructure.
James Robinson
Comment 6 2011-09-12 10:51:55 PDT
Note You need to log in before you can comment on or make changes to this bug.