diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 01:41:12 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 01:41:12 +0000 |
commit | 05b44a37074316aed12341f9a1296fff2c1afafb (patch) | |
tree | 7ea390e4ae7c68a3569be39d1281c40a204a4ce5 /tools/heapcheck | |
parent | a54d402c3bf0a74aff9e4fa04f86b8818c6ebe3a (diff) | |
download | chromium_src-05b44a37074316aed12341f9a1296fff2c1afafb.zip chromium_src-05b44a37074316aed12341f9a1296fff2c1afafb.tar.gz chromium_src-05b44a37074316aed12341f9a1296fff2c1afafb.tar.bz2 |
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
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 22 |
1 files changed, 0 insertions, 22 deletions
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 -} |