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

Issue 20009: Fix memory leak. (Closed)

Created:
11 years, 10 months ago by kuchhal
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix memory leak. Bug=6535

Patch Set 1 #

Total comments: 1

Patch Set 2 : Change to scoped_ptr. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M chrome/renderer/automation/dom_automation_controller.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kuchhal
I wasn't sure who should review this. This file doesn't seem to get modified a ...
11 years, 10 months ago (2009-02-03 01:54:56 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/20009/diff/1/2 File chrome/renderer/automation/dom_automation_controller.cc (right): http://codereview.chromium.org/20009/diff/1/2#newcode70 Line 70: delete value; Instead, make value a scoped_ptr. It'll ...
11 years, 10 months ago (2009-02-03 16:03:30 UTC) #2
kuchhal
Done, please take another look.
11 years, 10 months ago (2009-02-03 18:02:32 UTC) #3
Erik does not do reviews
11 years, 10 months ago (2009-02-03 18:11:27 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698