From 05b44a37074316aed12341f9a1296fff2c1afafb Mon Sep 17 00:00:00 2001 From: "johnnyg@chromium.org" Date: Fri, 10 Sep 2010 01:41:12 +0000 Subject: Fix a leak when syncapi is used in test mode, where the session context was being created but not handed over to the syncer thread. BUG=55031 TEST=unit tests Review URL: http://codereview.chromium.org/3374002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59031 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 375e77e..46b1199 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1005,25 +1005,3 @@ fun:RenderViewTest::SimulateElementClick fun:RenderViewTest_PageClickTracker_Test::TestBody } -{ - bug_55031_a - Heapcheck:Leak - fun:SyncSessionContext - fun:sync_api::SyncManager::SyncInternal::Init - fun:sync_api::SyncManager::Init - fun:browser_sync::SyncBackendHost::Core::DoInitialize - fun:browser_sync::SyncBackendHost::Core::DoInitializeForTest - fun:void DispatchToMethod - fun:RunnableMethod::Run -} -{ - bug_55031_b - Heapcheck:Leak - fun:__gnu_cxx::new_allocator::allocate - fun:std::_Vector_base::_M_allocate - fun:std::vector::_M_insert_aux - fun:std::vector::push_back - fun:NotificationRegistrar::Add - fun:browser_sync::::RegistrationTask::Run - fun:MessageLoop::RunTask -} -- cgit v1.1