diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 01:15:49 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 01:15:49 +0000 |
commit | 10128236f7f8a0325a63b80226c954f95d8fddb5 (patch) | |
tree | f4c723f3bb3eed1c45d213478109af5c1506ccd4 /tools/heapcheck | |
parent | 72dd2a55c4d882ae3e90d0c1ee61808e335305c8 (diff) | |
download | chromium_src-10128236f7f8a0325a63b80226c954f95d8fddb5.zip chromium_src-10128236f7f8a0325a63b80226c954f95d8fddb5.tar.gz chromium_src-10128236f7f8a0325a63b80226c954f95d8fddb5.tar.bz2 |
Fix leak in generated credit card bubble tests.
R=estade@chromium.org
BUG=271431
TEST=git try -b linux_heapcheck
Review URL: https://chromiumcodereview.appspot.com/22911004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index f6288e6..5d03b7b 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -849,12 +849,3 @@ fun:MessageCenterView fun:message_center::MessageCenterViewTest::SetUp } -{ - bug_271431 - Heapcheck:Leak - ... - fun:CreateBubble - fun:autofill::GeneratedCreditCardBubbleController::Show - fun:autofill::GeneratedCreditCardBubbleController::SetupAndShow - fun:autofill::GeneratedCreditCardBubbleController::Show -} |