Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Issue 8411002: Fix a smart pointer leak. (Closed)

Created:
9 years, 1 month ago by jonathan.backer
Modified:
9 years, 1 month ago
Reviewers:
Ben, mmocny, sky
CC:
chromium-reviews, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, James Su
Visibility:
Public.

Description

Fix a smart pointer leak. R=ben BUG=run out of VRAM TEST=open and close many tabs on touch device; VRAM should remain roughly constant Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107618

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
jonathan.backer
9 years, 1 month ago (2011-10-27 18:00:26 UTC) #1
mmocny
On 2011/10/27 18:00:26, jonathan.backer wrote: Confirmed that this fixes the issue, but.. I consider this ...
9 years, 1 month ago (2011-10-27 19:02:27 UTC) #2
mmocny
lgtm On 2011/10/27 19:02:27, mmocny wrote: > On 2011/10/27 18:00:26, jonathan.backer wrote: > > Confirmed ...
9 years, 1 month ago (2011-10-27 19:49:56 UTC) #3
sky
LGTM
9 years, 1 month ago (2011-10-27 20:49:33 UTC) #4
sky
9 years, 1 month ago (2011-10-27 20:54:52 UTC) #5
Seems to me scoped_refptr shouldn't have a release. I wonder if we actually need
it.

  -Scott

Powered by Google App Engine
This is Rietveld 408576698