diff options
author | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-29 18:08:57 +0000 |
---|---|---|
committer | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-29 18:08:57 +0000 |
commit | fcfa89d8845754ceb5680805b5726de002a030be (patch) | |
tree | 0f2dc272f188537e7fcaea078ebf89e5d303cfa0 /tools/heapcheck | |
parent | 6b983f4c65dc614ba0451f892b3bdf2e353005e5 (diff) | |
download | chromium_src-fcfa89d8845754ceb5680805b5726de002a030be.zip chromium_src-fcfa89d8845754ceb5680805b5726de002a030be.tar.gz chromium_src-fcfa89d8845754ceb5680805b5726de002a030be.tar.bz2 |
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
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 17 |
1 files changed, 0 insertions, 17 deletions
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::* -} |