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

Issue 10694149: Suppresses a heapchecker leak in base::PlatformThread::SetName(). (Closed)

Created:
8 years, 5 months ago by Hironori Bono
Modified:
8 years, 5 months ago
Reviewers:
dhollowa
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Suppresses a heapchecker leak in base::PlatformThread::SetName(). This change suppresses a leak in base::PlatformThread::SetName() shown in the heapchecker bots. (Even though this std::string is created by tracked_object and it may be a duplicate of Bug 102327 <http://crbug.com/102327>;, I do not have any ideas why this stack does not include tracked_objects.) TBR=dhollowa BUG=136936 TEST=make the "Linux Heapcheck" bot and the "Chromium OS Heapcheck" bot green. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146259

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M tools/heapcheck/suppressions.txt View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
8 years, 5 months ago (2012-07-12 01:31:33 UTC) #1
dhollowa
8 years, 5 months ago (2012-07-12 01:47:20 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698