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 Review URL: https://codereview.chromium.org/310973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274765 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment