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

Issue 310973003: Fix leak with SharedBitmaps allocated by new[] (Closed)

Created:
6 years, 6 months ago by jbauman
Modified:
6 years, 6 months ago
Reviewers:
piman
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Fix leak with SharedBitmaps allocated by new[] The handle_map_ was holding onto them, so they weren't being released. Instead, they should be removed from the map whenever that first SharedBitmap that was created is destroyed. BUG=362924 TBR=piman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274765

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M content/common/host_shared_bitmap_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/host_shared_bitmap_manager.cc View 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jbauman
The CQ bit was checked by jbauman@chromium.org
6 years, 6 months ago (2014-06-03 23:32:10 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/310973003/1
6 years, 6 months ago (2014-06-03 23:33:44 UTC) #2
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 11:10:03 UTC) #3
Message was sent while issue was closed.
Change committed as 274765

Powered by Google App Engine
This is Rietveld 408576698