Commit 64ffdc73 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppress a few simple leaks found by Dr. Memory

BUG=78784,91491,92150
TBR=bruening
Review URL: http://codereview.chromium.org/7598031

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95982 0039d316-1c4b-4281-b951-d872f2087c98
parent c1a4b084
......@@ -657,6 +657,11 @@ LEAK
*!TestURLRequestContextGetter::GetURLRequestContext
*!URLFetcher::Core::StartURLRequest
# This test intentionally leaks an object and checks that it's never deleted
LEAK
...
*!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
############################
# Real issues in Chromium
......@@ -751,6 +756,15 @@ LEAK
*!TestingProfile::CreateRequestContext
*!*ProfileSyncService*::SetUp
# http://crbug.com/78784
LEAK
...
*!RenderWidgetHost::WasHidden
LEAK
...
*!RenderWidgetHost::WasRestored
# http://crbug.com/81522
LEAK
*!operator new
......@@ -836,6 +850,11 @@ LEAK
*!browser_sync::WeakHandle<browser_sync::JsBackend>::*
*!sync_api::SyncManager::SyncInternal::Init
# http://crbug.com/91491
LEAK
...
*!CrxUpdateService::ProcessPendingItems
# http://crbug.com/92026
UNINITIALIZED READ
softokn3.dll!FC_GetFunctionList
......@@ -852,5 +871,10 @@ LEAK
...
*!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl
# http://crbug.com/92150
LEAK
...
*!BookmarkEditorView::Init
# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment