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

Issue 7978051: Fix memory leak in SyncableExtensionSettingsStorage. (Closed)

Created:
9 years, 3 months ago by not at google - send to devlin
Modified:
9 years, 3 months ago
CC:
chromium-reviews, Alexander Potapenko, Erik does not do reviews, Timur Iskhodzhanov, mihaip+watch_chromium.org, Aaron Boodman, pam+watch_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Fix memory leak in SyncableExtensionSettingsStorage. BUG=97511 TEST=

Patch Set 1 #

Total comments: 4

Patch Set 2 : Commenst #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -23 lines) Patch
M chrome/browser/extensions/syncable_extension_settings_storage.cc View 1 2 chunks +10 lines, -6 lines 0 comments Download
M tools/heapcheck/suppressions.txt View 1 chunk +0 lines, -6 lines 0 comments Download
M tools/valgrind/memcheck/suppressions.txt View 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
not at google - send to devlin
Which trybot should I put it through? I just did "git try" but realise that ...
9 years, 3 months ago (2011-09-22 01:30:49 UTC) #1
not at google - send to devlin
P.S. this is the last of the memory leaks.
9 years, 3 months ago (2011-09-22 01:31:03 UTC) #2
akalin
http://codereview.chromium.org/7978051/diff/1/chrome/browser/extensions/syncable_extension_settings_storage.cc File chrome/browser/extensions/syncable_extension_settings_storage.cc (right): http://codereview.chromium.org/7978051/diff/1/chrome/browser/extensions/syncable_extension_settings_storage.cc#newcode180 chrome/browser/extensions/syncable_extension_settings_storage.cc:180: if (new_sync_state->RemoveWithoutPathExpansion(*it, &sync_value)) { i'd feel better if a ...
9 years, 3 months ago (2011-09-22 01:36:52 UTC) #3
akalin
On 2011/09/22 01:30:49, kalman1 wrote: > Which trybot should I put it through? I just ...
9 years, 3 months ago (2011-09-22 01:37:15 UTC) #4
akalin
On 2011/09/22 01:37:15, akalin wrote: > On 2011/09/22 01:30:49, kalman1 wrote: > > Which trybot ...
9 years, 3 months ago (2011-09-22 01:37:48 UTC) #5
not at google - send to devlin
git try'ing (against the correct version) http://codereview.chromium.org/7978051/diff/1/chrome/browser/extensions/syncable_extension_settings_storage.cc File chrome/browser/extensions/syncable_extension_settings_storage.cc (right): http://codereview.chromium.org/7978051/diff/1/chrome/browser/extensions/syncable_extension_settings_storage.cc#newcode180 chrome/browser/extensions/syncable_extension_settings_storage.cc:180: if (new_sync_state->RemoveWithoutPathExpansion(*it, &sync_value)) ...
9 years, 3 months ago (2011-09-22 02:31:13 UTC) #6
oshima
kalman, you don't need LGTM from me as akalin is best person to review your ...
9 years, 3 months ago (2011-09-22 03:16:27 UTC) #7
oshima
On 2011/09/22 03:16:27, oshima wrote: > kalman, you don't need LGTM from me as akalin ...
9 years, 3 months ago (2011-09-22 03:16:56 UTC) #8
akalin
On 2011/09/22 03:16:56, oshima wrote: > On 2011/09/22 03:16:27, oshima wrote: > > kalman, you ...
9 years, 3 months ago (2011-09-22 03:18:12 UTC) #9
kalman_google
I ran the trybots myself but turns out -r is a svn revision not a ...
9 years, 3 months ago (2011-09-22 03:20:42 UTC) #10
akalin
9 years, 3 months ago (2011-09-22 05:51:17 UTC) #11
Committed as 102246

Powered by Google App Engine
This is Rietveld 408576698