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

Issue 379020: Fix double delete of ImageLoadingTracker in BrowserActionButton. (Closed)

Created:
11 years, 1 month ago by tony
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Evan Martin
Visibility:
Public.

Description

Fix memory stomping by ImageLoadingTracker in BrowserActionButton. In the views code, tracker_ is set to null in this case. Without this, I get lots of random crashes when I have 2 page actions installed (buildbot extension and google tasks extension) and I open close lots of windows. BUG=26751, 25558 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31534

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
tony
11 years, 1 month ago (2009-11-10 01:45:40 UTC) #1
Evan Stade
LGTM! nit: concerning the change description, is this really a double free, or is it ...
11 years, 1 month ago (2009-11-10 01:51:19 UTC) #2
tony
On 2009/11/10 01:51:19, Evan Stade wrote: > LGTM! > > nit: concerning the change description, ...
11 years, 1 month ago (2009-11-10 01:54:57 UTC) #3
Aaron Boodman
11 years, 1 month ago (2009-11-10 01:56:57 UTC) #4
Makes sense :( LGTM.

Powered by Google App Engine
This is Rietveld 408576698