diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 02:36:41 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-26 02:36:41 +0000 |
commit | e89a12ddeca951d17e2d0b957560acbbb99c6d34 (patch) | |
tree | b21449793beebafa7143878d107ee9910ebb413f /tools/heapcheck | |
parent | 93ef5f06a3ca5370967b8672ca89231272d1fc22 (diff) | |
download | chromium_src-e89a12ddeca951d17e2d0b957560acbbb99c6d34.zip chromium_src-e89a12ddeca951d17e2d0b957560acbbb99c6d34.tar.gz chromium_src-e89a12ddeca951d17e2d0b957560acbbb99c6d34.tar.bz2 |
Fix leak in ExternalInstallGlobalError.
We were leaking an ExternalInstallDialogDelegate if the global error was never accepted or canceled.
BUG=234741,229083
Review URL: https://chromiumcodereview.appspot.com/14060029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 3cb1ede..915bdcd 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1884,27 +1884,6 @@ fun:content::ResourceDispatcherHostTest_*_Test::TestBody } { - bug_234741_a - Heapcheck:Leak - ... - fun:ExternalInstallGlobalError - fun:extensions::AddExternalInstallError - fun:ExtensionService::UpdateExternalExtensionAlert - fun:ExtensionService::FinishInstallation - fun:ExtensionService::AddNewOrUpdatedExtension - fun:ExtensionService::OnExtensionInstalled -} -{ - bug_234741_b - Heapcheck:Leak - fun:extensions::PermissionSet::CreateUnion - fun:ExtensionService::InitializePermissions - fun:ExtensionService::AddExtension - fun:ExtensionService::FinishInstallation - fun:ExtensionService::AddNewOrUpdatedExtension - fun:ExtensionService::OnExtensionInstalled -} -{ bug_234754 Heapcheck:Leak fun:MessageLoop |