diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 03:42:13 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-12 03:42:13 +0000 |
commit | a4cd6d32d1fddca1b1ef8f3b971033fb9c9e510e (patch) | |
tree | 0984bbfc250ee187535bb3b83152fa303e4a1c50 /tools/heapcheck | |
parent | e4ef831a8f0bee7e9d484e837fcb1f8c6ea3e3af (diff) | |
download | chromium_src-a4cd6d32d1fddca1b1ef8f3b971033fb9c9e510e.zip chromium_src-a4cd6d32d1fddca1b1ef8f3b971033fb9c9e510e.tar.gz chromium_src-a4cd6d32d1fddca1b1ef8f3b971033fb9c9e510e.tar.bz2 |
Fix leaks by providing a target destruction notification to the EventHandler, which gives it the opportunity to clean itself up.
http://crbug.com/147756
R=sadrul@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10916230
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156227 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index f0bc191..f8b1d0f 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1605,24 +1605,6 @@ fun:PluginPrefsTest_UnifiedPepperFlashState_Test::TestBody } { - bug_147756_a - Heapcheck:Leak - fun:Workspace2 - fun:ash::internal::WorkspaceManager2::CreateWorkspace - fun:WorkspaceManager2 - fun:WorkspaceController - fun:ash::internal::RootWindowController::InitLayoutManagers - fun:ash::Shell::InitRootWindowController - fun:ash::Shell::Init -} -{ - bug_147756_b - Heapcheck:Leak - fun:ash::::CreateContainersInRootWindow - fun:ash::internal::RootWindowController::CreateContainers - fun:ash::Shell::Init -} -{ bug_148589 Heapcheck:Leak fun:ui::Clipboard::GetForCurrentThread |