diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 18:55:17 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-30 18:55:17 +0000 |
commit | 980539163f30d19e5adff1538122b1ea6a0e4803 (patch) | |
tree | 51c98f26dd3ff98f9076d767a2b63045bfa688d4 /tools | |
parent | f7987cf0ff7c4fd69d0a2e59861e8c21a169f176 (diff) | |
download | chromium_src-980539163f30d19e5adff1538122b1ea6a0e4803.zip chromium_src-980539163f30d19e5adff1538122b1ea6a0e4803.tar.gz chromium_src-980539163f30d19e5adff1538122b1ea6a0e4803.tar.bz2 |
Suppress Autofill leak.
BUG=42965
Review URL: http://codereview.chromium.org/1703025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index dc53b3f..6d443c3 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2855,3 +2855,23 @@ fun:NPN_GetValue ... } +{ + bug_42965 + Memcheck:Leak + fun:_Znw* + fun:_ZN72_GLOBAL__N_chrome_browser_autofill_autofill_profile.cc_00000000_4328B8E516InitPersonalInfoEPSt3mapIN12AutoFillType14FieldTypeGroupEP9FormGroupSt4lessIS2_ESaISt4pairIKS2_S4_EEE + fun:_ZN15AutoFillProfileC1Ev + fun:_ZNK15AutoFillProfile5CloneEv + fun:_ZN12browser_sync23AutofillChangeProcessor29ObserveAutofillProfileChangedEP21AutofillProfileChangePN8sync_api16WriteTransactionERKNS3_8ReadNodeE + fun:_ZN12browser_sync23AutofillChangeProcessor7ObserveE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN14ThreadNotifier10NotifyTaskE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_Z16DispatchToMethodI14ThreadNotifierMS0_Fv16NotificationTypeRK18NotificationSourceRK19NotificationDetailsES1_S2_S5_EvPT_T0_RK6Tuple3IT1_T2_T3_E + fun:_ZN14RunnableMethodI14ThreadNotifierMS0_Fv16NotificationTypeRK18NotificationSourceRK19NotificationDetailsE6Tuple3IS1_S2_S5_EE3RunEv + fun:_ZN11MessageLoop7RunTaskEP4Task + fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE + fun:_ZN11MessageLoop6DoWorkEv + fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE + fun:_ZN11MessageLoop11RunInternalEv + fun:_ZN11MessageLoop10RunHandlerEv +} |