Skip to content

Commit

Permalink
Extend the suppression for bug 56090 (Valgrind leak in
Browse files Browse the repository at this point in the history
_ZN11ProfileImpl20CreateWebDataServiceEv)
Extend the suppression for bug 22450 (Memory leak in
URLRequestTestHTTP.UnexpectedServerAuthTest, .ProxyTunnelRedirectTest)

BUG=56090,22450
TBR=timurrrr

Review URL: http://codereview.chromium.org/3416016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60055 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
glider@chromium.org committed Sep 21, 2010
1 parent 74b8d3e commit 486f337
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions tools/valgrind/memcheck/suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@
bug_22450
Memcheck:Leak
fun:_Znw*
fun:*DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListEPNS_6NetLogE
fun:*DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListEPNS_6NetLogE*
fun:_ZN3net13TCPConnectJob12DoTCPConnectEv
fun:_ZN3net13TCPConnectJob6DoLoopEi
fun:_ZN3net13TCPConnectJob12OnIOCompleteEi
Expand Down Expand Up @@ -2669,17 +2669,12 @@
fun:_ZN11ProfileImpl15InitSyncServiceERKSs
fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs
fun:_ZN11ProfileImpl21GetProfileSyncServiceEv
fun:_ZN7Profile16IsSyncAccessibleEv
fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb
fun:_ZN7Browser16InitCommandStateEv
...
fun:_ZN7BrowserC1ENS_4TypeEP7Profile
fun:_ZN7Browser6CreateEP7Profile
fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE
fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE
fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE
...
fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb
fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi
fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_
fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi
fun:_Z11BrowserMainRK18MainFunctionParams
}

0 comments on commit 486f337

Please sign in to comment.