From fcfa89d8845754ceb5680805b5726de002a030be Mon Sep 17 00:00:00 2001 From: "ericu@chromium.org" Date: Sun, 29 May 2011 18:08:57 +0000 Subject: Work around a scoped_refptr somehow not getting deleted in destructor. This code really shouldn't be necessary, but it certainly takes care of the problem [tested locally with heapchecker and log messages--those destructors just don't get called without this]. I'll ping chromium-dev about it after the holiday. BUG=84293 TEST=heapcheck bots stay green Review URL: http://codereview.chromium.org/7086020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87206 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 1c9d7ed..3e1d282 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1610,20 +1610,3 @@ fun:net::ClientSocketPoolManager::InitSocketHandleForRawConnect fun:notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone } -{ - bug_84293_a - Heapcheck:Leak - ... - fun:leveldb::DB::Open - fun:fileapi::FileSystemDirectoryDatabase::Init - fun:fileapi::FileSystemDirectoryDatabase::GetChildWithName - fun:fileapi::FileSystemDirectoryDatabase::GetFileWithPath - fun:fileapi::ObfuscatedFileSystemFileUtil::* -} -{ - bug_84293_b - Heapcheck:Leak - ... - fun:fileapi::ObfuscatedFileSystemFileUtil::GetDirectoryDatabase - fun:fileapi::ObfuscatedFileSystemFileUtil::* -} -- cgit v1.1